Skip to content

Commit 4760528

Browse files
committed
MDEV-8029: test failure in rpl.rpl_parallel_temptable
Fix a silly typo that caused the test to occasionally fail.
1 parent 519ad0f commit 4760528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/suite/rpl/r/rpl_parallel_temptable.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
130130
a b
131131
30 conservative
132132
31 conservative
133-
include/save_master_pos.inc
133+
include/save_master_gtid.inc
134134
include/sync_with_master_gtid.inc
135135
SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
136136
a b

mysql-test/suite/rpl/t/rpl_parallel_temptable.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ SET SESSION debug_dbug= @old_dbug;
226226
INSERT INTO t1 SELECT a, "conservative" FROM t4;
227227
DROP TEMPORARY TABLE t4;
228228
SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
229-
--source include/save_master_pos.inc
229+
--source include/save_master_gtid.inc
230230

231231
--connection server_2
232232
--source include/sync_with_master_gtid.inc

0 commit comments

Comments
 (0)