MySQL Forums
Forum List  »  Replication

Re: binlog not containing all the queries.
Posted by: Irfan Ali
Date: October 24, 2011 04:11AM

>> But table on which trigger changes data won't replicate. which is true.

** That means queries which fires through trigger will not log in mysql binary log on master. e.g. i have one table "t1" and having insert trigger on it to insert records on table "t2". mysql master will not log tables t2 queries to replicate on slave to avoid duplication on slave because trigger will insert those records on slave.


>> I am using Mysql5.5. Still its not supporting purely to trigger replication ?
It supports trigger replication.

>> Can i enable ROW base binlog format for one table only ?
Replication format works on entire replication topology. It not supports filteration rules on database or table level.

Did you tried to reproduce the issue on test environment ?
Can i see your trigger code to find out what causing the problem ?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: binlog not containing all the queries.
1139
October 24, 2011 04:11AM


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.