mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
MDEV-8029: test failure in rpl.rpl_parallel_temptable
Fix a silly typo that caused the test to occasionally fail.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user