… actually an audit table for changes to the Foo table. The trail is kept using two triggers on that table. select trigger_name, event_object_table, Event_Manipulation from information_schema.triggers where trigger_schema…
Post: Why audit logging with triggers in MySQL is bad for replication
September 29, 2008 By 10 Comments

