recursive-triggers

MySQL recursive update trigger

旧城冷巷雨未停 提交于 2020-05-28 07:19:00
问题 I found a number of discussions about this, and it seems mySQL simply doesn't allow the use of recursive triggers. Other discussions advise against trying to do this, but I'm fairly confident in the design of my trigger, so it doesn't run the risk of an infinite loop. I guess I'm asking for confirmation on this limitation/design choice in mySQL, and any suggestions for an alternate approach to what I am trying to achieve. ---'PROBLEM'--- To sum up, I have a database that includes a contacts

MySQL recursive update trigger

帅比萌擦擦* 提交于 2020-05-28 07:18:51
问题 I found a number of discussions about this, and it seems mySQL simply doesn't allow the use of recursive triggers. Other discussions advise against trying to do this, but I'm fairly confident in the design of my trigger, so it doesn't run the risk of an infinite loop. I guess I'm asking for confirmation on this limitation/design choice in mySQL, and any suggestions for an alternate approach to what I am trying to achieve. ---'PROBLEM'--- To sum up, I have a database that includes a contacts