1
0
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:
unknown
2014-02-09 11:15:45 +01:00
parent 07eaf6ea76
commit 4a976545e5
2 changed files with 0 additions and 4 deletions

View File

@ -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;