May 25, 2012

Post: Why audit logging with triggers in MySQL is bad for replication

… 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…