mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-4726: Race in mysql-test/suite/rpl/t/rpl_gtid_stop_start.test
Fix a race in test case rpl_gtid_basic. include/sync_with_master_gtid.inc got confused due to two different GTIDs both with the same seq_no=9.
This commit is contained in:
@ -97,10 +97,8 @@ connection server_3;
|
||||
--source include/stop_slave.inc
|
||||
|
||||
connection server_1;
|
||||
BEGIN;
|
||||
INSERT INTO t2 VALUES (6, "i6b");
|
||||
INSERT INTO t2 VALUES (7, "i7b");
|
||||
COMMIT;
|
||||
--source include/save_master_gtid.inc
|
||||
|
||||
connection server_3;
|
||||
|
Reference in New Issue
Block a user