Browse Source
Bug#23771 AFTER UPDATE trigger not invoked when there are no changes of the data
Bug#23771 AFTER UPDATE trigger not invoked when there are no changes of the data
The problem is that AFTER UPDATE triggers will fire only if the new data is different from the old data on the row. The trigger should fire regardless of whether there are changes to the data. The solution is to fire the trigger on UPDATE even if there are no changes to the value (because the value is the same).pull/73/head
3 changed files with 88 additions and 17 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue