I have a MySQL trigger that I would like to be modified. The only changes are in the trigger body.
Will updating the ACTION_STATEMENT
Column in INFORMATION_SCHEMA.TRIGGERS
suffice? Is this the right way to update a trigger? Specifically, I am looking for any problems that might arise by doing this.