1
0
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:
Kristian Nielsen
2015-04-21 10:16:14 +02:00
parent 519ad0f7e3
commit 4760528754
2 changed files with 2 additions and 2 deletions

View File

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

View File

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