MySQL Forums
Forum List  »  Replication

Re: mysql 5.6.7 replication breaks because of mysql.* tables
Posted by: Jonathan Stephens
Date: November 06, 2012 12:36AM

This issue is being addressed in MySQL 5.6.9. Amongst other changes, the name of the option will thenceforth be '--enforce-gtid-consistency' and the associated variable 'enforce_gtid_consistency'. In 5.6.9 and later, the option allows single/simple statements on nontransactional tables, which should take care of the problems with mysql.* system tables.

See

https://dev.mysql.com/doc/refman/5.6/en/replication-options-gtids.html#option_mysqld_enforce-gtid-consistency

and the Replication items in

https://dev.mysql.com/doc/refman/5.6/en/news-5-6-9.html

--especially those under "Functionality Added or Changed".

cheers

jon.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql 5.6.7 replication breaks because of mysql.* tables
900
November 06, 2012 12:36AM


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.