Skip to content

Commit b3cc952

Browse files
committed
galera tests: updated .result for galera_gtid_2_cluster test
1 parent 72243bc commit b3cc952

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysql-test/suite/galera_3nodes/r/galera_gtid_2_cluster.result

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,14 @@ select @@gtid_binlog_state;
223223
drop table t1;
224224
stop slave;
225225
reset slave;
226+
Warnings:
227+
Note 4190 RESET SLAVE is implicitly changing the value of 'Using_Gtid' from 'Current_Pos' to 'Slave_Pos'
226228
cluster 2 node 1
227229
connection node_4;
228230
stop slave;
229231
reset slave;
232+
Warnings:
233+
Note 4190 RESET SLAVE is implicitly changing the value of 'Using_Gtid' from 'Current_Pos' to 'Slave_Pos'
230234
cluster 1 node 1
231235
connection node_1;
232236
change master to master_use_gtid=no, ignore_server_ids=();

0 commit comments

Comments
 (0)