Commit e7a7ea7e authored by Kristian Nielsen's avatar Kristian Nielsen

Merge branch '10.0' into 10.1

parents 6876a7dc 47605287
...@@ -130,7 +130,7 @@ SELECT * FROM t1 WHERE a >= 30 ORDER BY a; ...@@ -130,7 +130,7 @@ SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
a b a b
30 conservative 30 conservative
31 conservative 31 conservative
include/save_master_pos.inc include/save_master_gtid.inc
include/sync_with_master_gtid.inc include/sync_with_master_gtid.inc
SELECT * FROM t1 WHERE a >= 30 ORDER BY a; SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
a b a b
...@@ -150,7 +150,7 @@ a b ...@@ -150,7 +150,7 @@ a b
31 conservative 31 conservative
32 optimistic 32 optimistic
33 optimistic 33 optimistic
include/save_master_pos.inc include/save_master_gtid.inc
include/start_slave.inc include/start_slave.inc
include/sync_with_master_gtid.inc include/sync_with_master_gtid.inc
SELECT * FROM t1 WHERE a >= 30 ORDER BY a; SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
......
...@@ -226,7 +226,7 @@ SET SESSION debug_dbug= @old_dbug; ...@@ -226,7 +226,7 @@ SET SESSION debug_dbug= @old_dbug;
INSERT INTO t1 SELECT a, "conservative" FROM t4; INSERT INTO t1 SELECT a, "conservative" FROM t4;
DROP TEMPORARY TABLE t4; DROP TEMPORARY TABLE t4;
SELECT * FROM t1 WHERE a >= 30 ORDER BY a; SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
--source include/save_master_pos.inc --source include/save_master_gtid.inc
--connection server_2 --connection server_2
--source include/sync_with_master_gtid.inc --source include/sync_with_master_gtid.inc
...@@ -245,7 +245,7 @@ INSERT INTO t1 SELECT a, "optimistic" FROM t4; ...@@ -245,7 +245,7 @@ INSERT INTO t1 SELECT a, "optimistic" FROM t4;
DROP TEMPORARY TABLE t4; DROP TEMPORARY TABLE t4;
SELECT * FROM t1 WHERE a >= 30 ORDER BY a; SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
--source include/save_master_pos.inc --source include/save_master_gtid.inc
--connection server_2 --connection server_2
--source include/start_slave.inc --source include/start_slave.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