MySQL Forums
Forum List  »  Triggers

Blocking Trigger Replication
Posted by: Kurt Longnecker
Date: April 05, 2012 01:53PM

I have seen in the MySql documentation that replicate-wild-do-table option can be applied to tables, views and triggers. Does replicate-wild-ignore-table accept a trigger name, too? I want to prevent triggers and changes made to triggers on the master from replicating in any way to my slave(s). The information on the slaves is intended to be read-only. Also when a trigger is dropped and updated/re-created on the master, it typically breaks replication because the slave fails to drop it before processing the replicated "create trigger" statement.

Thanks in advance for any feedback.

Options: ReplyQuote


Subject
Views
Written By
Posted
Blocking Trigger Replication
1872
April 05, 2012 01:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.