MySQL Forums
Forum List  »  Replication

Re: binlog not containing all the queries.
Posted by: Sunil Divyeshvar
Date: October 24, 2011 02:40AM

Hello ,

Rick i alrdy checked following variables. i am having issue vth particular one table for which we are inserting through trigger.
Binlog does not contains all the insert queries for that table though data is there in table.

mysql> show variables like 'auto%';
+--------------------------+-------+
| Variable_name | Value |
+--------------------------+-------+
| auto_increment_increment | 1 |
| auto_increment_offset | 1 |
| autocommit | ON |
| automatic_sp_privileges | ON |
+--------------------------+-------+

Irfan -


" By default, MySQL replicates all db tables and objects (trigger) to slave and data inserts on master and slave with same auto increment ids if you didn't changed auto incrment offset variable value. But table on which trigger changes data won't replicate. which is true. "

** what do u means by this ?? "But table on which trigger changes data won't replicate. which is true."

**I am using Mysql5.5. Still its not supporting purely to trigger replication ?

** Can i enable ROW base binlog format for one table only ?

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: binlog not containing all the queries.
1029
October 24, 2011 02:40AM


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.