A cursor within a trigger (no replies)
(MySQL.com) I have a scenario where I need a trigger to update one table when another table is updated. The "gotcha" is I also need to record details of the table I am updating in a history table -- so I used cursors inside the trigger (I know this isn't great