Bug #76884 | fix GTID mode to work correctly in --bootstrap/--initialize mode | ||
---|---|---|---|
Submitted: | 29 Apr 2015 11:34 | Modified: | 5 Jun 2015 9:35 |
Reporter: | Georgi Kodinov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.7.8 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[29 Apr 2015 11:34]
Georgi Kodinov
[29 Apr 2015 11:56]
Sven Sandberg
Posted by developer: The test that fails is i_rpl.rpl_bootstrap_gtid
[25 May 2015 0:00]
Paul DuBois
Note for documentation: The following locations in refman-5.7 refer to GTIDs being disabled in initialization mode and might need updating per the present bug. http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_initialize http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_bootstrap
[25 May 2015 15:18]
David Moss
Posted by developer: Based on discussion with Sven the following changes were made to these options: http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_bootstrap http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_initialize This paragraph is now used: In MySQL 5.7.7 and earlier, global transaction identifiers (GTIDs) were automatically disabled whenever --initialize was enabled. In MySQL 5.7.8 and later GTIDs are not disabled when --initialize is enabled.