From 3d4850158fdd62a57cf76515db99f07457f344d5 Mon Sep 17 00:00:00 2001 From: Kristian Nielsen Date: Tue, 17 Mar 2015 10:36:38 +0100 Subject: [PATCH] Fix embarrassing bug in test case that caused sporadic test failures. --- mysql-test/suite/rpl/t/rpl_gtid_basic.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/rpl/t/rpl_gtid_basic.test b/mysql-test/suite/rpl/t/rpl_gtid_basic.test index 778cf427d99..4c4a9063a0b 100644 --- a/mysql-test/suite/rpl/t/rpl_gtid_basic.test +++ b/mysql-test/suite/rpl/t/rpl_gtid_basic.test @@ -525,8 +525,8 @@ SELECT * FROM t1 WHERE a >= 30 ORDER BY a; --save_master_pos --connection server_4 -SELECT * FROM t1 WHERE a >= 30 ORDER BY a; --sync_with_master +SELECT * FROM t1 WHERE a >= 30 ORDER BY a; # Clean up.