| Bug #69045 | replication was broken while executing flush tables | ||
|---|---|---|---|
| Submitted: | 24 Apr 2013 2:01 | Modified: | 6 May 2013 10:11 |
| Reporter: | zhai weixiang (OCA) | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
| Version: | 5.6.11 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[24 Apr 2013 2:01]
zhai weixiang
[24 Apr 2013 12:57]
MySQL Verification Team
Hello zhai weixiang, Thank you for the report. Verified as described. Thanks, Umesh
[6 May 2013 10:11]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.
If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at
http://dev.mysql.com/doc/en/installing-source.html
[6 May 2013 10:13]
Jon Stephens
Fixed in 5.6+. Documented in the MySQL 5.6.12 and 5.7.2 changelogs as follows:
Issuing FLUSH TABLES on a GTID enabled master caused replication
to fail. It was found that this was introduced by the fix for
Bug #16062608, which disallowed statements that perform an
implicit commit but whose changes are not logged when gtid_next
is set to any value other than AUTOMATIC. The changes made in
that fix have been reverted, and such statements are no longer
disallowed.
Also updated portions of the Manual covering these statements/versions.
Closed.
