Skip to content

Commit 47c9a61

Browse files
committed
Merge mariadb-10.10.5 into 10.10
2 parents e704a13 + 30bba8e commit 47c9a61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysql-test/suite/galera/r/galera_query_cache_invalidate.result

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ connection node_4;
88
call mtr.add_suppression("WSREP: Ignoring server id for non bootstrap node.");
99
connection node_3;
1010
CHANGE MASTER TO master_host='127.0.0.1', master_user='root', master_port=NODE_MYPORT_1, master_use_gtid=current_pos;;
11+
Warnings:
12+
Warning 1681 'master_use_gtid=current_pos' is deprecated and will be removed in a future release. Please use master_demote_to_slave=1 instead
1113
START SLAVE;
1214
include/wait_for_slave_to_start.inc
1315
connection node_1;
@@ -110,6 +112,8 @@ connection node_3;
110112
connection node_3;
111113
STOP SLAVE;
112114
RESET SLAVE ALL;
115+
Warnings:
116+
Note 4190 RESET SLAVE is implicitly changing the value of 'Using_Gtid' from 'Current_Pos' to 'Slave_Pos'
113117
connection node_1;
114118
SET SESSION WSREP_ON=OFF;
115119
RESET MASTER;

0 commit comments

Comments
 (0)