mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.1 into 10.2
This commit is contained in:
@ -648,4 +648,12 @@ SET GLOBAL slave_parallel_threads=@old_parallel_threads;
|
||||
include/start_slave.inc
|
||||
connection server_1;
|
||||
DROP TABLE t1, t2, t3;
|
||||
include/save_master_gtid.inc
|
||||
connection server_2;
|
||||
include/sync_with_master_gtid.inc
|
||||
Check that no more than the expected last two GTIDs are in mysql.gtid_slave_pos
|
||||
select count(*) from mysql.gtid_slave_pos order by domain_id, sub_id;
|
||||
count(*)
|
||||
2
|
||||
connection server_1;
|
||||
include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user