diff options
Diffstat (limited to 'mysql-test/suite/multi_source/gtid.result')
-rw-r--r-- | mysql-test/suite/multi_source/gtid.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/multi_source/gtid.result b/mysql-test/suite/multi_source/gtid.result index 0ed1062b70f..be62a33ed66 100644 --- a/mysql-test/suite/multi_source/gtid.result +++ b/mysql-test/suite/multi_source/gtid.result @@ -48,7 +48,11 @@ INSERT INTO t2 VALUES (2, "switch1"); INSERT INTO t3 VALUES (202, "switch1 b"); connection slave2; CHANGE MASTER 'slave1' TO master_port=MYPORT_1, master_host='127.0.0.1', master_user='root', master_use_gtid=current_pos; +Warnings: +Warning 1681 'master_use_gtid=current_pos' is deprecated and will be removed in a future release CHANGE MASTER 'slave2' TO master_port=MYPORT_2, master_host='127.0.0.1', master_user='root', master_use_gtid=current_pos; +Warnings: +Warning 1681 'master_use_gtid=current_pos' is deprecated and will be removed in a future release SET default_master_connection = 'slave1'; START SLAVE; include/wait_for_slave_to_start.inc @@ -76,6 +80,8 @@ connection slave2; include/sync_with_master_gtid.inc connection slave1; CHANGE MASTER TO master_port=MYPORT_4, master_host='127.0.0.1', master_user='root', master_use_gtid=current_pos; +Warnings: +Warning 1681 'master_use_gtid=current_pos' is deprecated and will be removed in a future release START SLAVE; SELECT * FROM t1 ORDER BY a; a b |