mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-26: Global transaction ID.
Implement START SLAVE UNTIL master_gtid_pos = "<GTID position>". Add test cases, including a test showing how to use this to promote a new master among a set of slaves.
This commit is contained in:
@ -178,6 +178,7 @@ while ($_rpl_server)
|
||||
{
|
||||
RESET MASTER;
|
||||
RESET SLAVE;
|
||||
SET GLOBAL gtid_pos= "";
|
||||
}
|
||||
eval SET auto_increment_increment= $rpl_server_count;
|
||||
eval SET auto_increment_offset= $_rpl_server;
|
||||
|
Reference in New Issue
Block a user