Commit c944cd6f authored by Andrei's avatar Andrei

MDEV-15393 post-push: complete rpl_mysqldump_gtid_slave_pos fixes.

Added a missed
  --source include/save_master_gtid.inc
by the previous commit.
parent 0fe39d36
......@@ -30,6 +30,7 @@ insert into t1 set a = 4;
insert into t1 set a = 3;
insert into t1 set a = 2;
insert into t1 set a = 1;
include/save_master_gtid.inc
connection slave;
CHANGE MASTER TO master_use_gtid= no;
include/start_slave.inc
......
......@@ -44,6 +44,7 @@ while ($i)
eval insert into t1 set a = $i;
--dec $i
}
--source include/save_master_gtid.inc
--connection slave
# due to MDEV-19801 on 10+.10+
......
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