Commit 47605287 authored by Kristian Nielsen's avatar Kristian Nielsen

MDEV-8029: test failure in rpl.rpl_parallel_temptable

Fix a silly typo that caused the test to occasionally fail.
parent 519ad0f7
......@@ -130,7 +130,7 @@ SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
a b
30 conservative
31 conservative
include/save_master_pos.inc
include/save_master_gtid.inc
include/sync_with_master_gtid.inc
SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
a b
......
......@@ -226,7 +226,7 @@ SET SESSION debug_dbug= @old_dbug;
INSERT INTO t1 SELECT a, "conservative" FROM t4;
DROP TEMPORARY TABLE t4;
SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
--source include/save_master_pos.inc
--source include/save_master_gtid.inc
--connection server_2
--source include/sync_with_master_gtid.inc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment