We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72243bc commit b3cc952Copy full SHA for b3cc952
mysql-test/suite/galera_3nodes/r/galera_gtid_2_cluster.result
@@ -223,10 +223,14 @@ select @@gtid_binlog_state;
223
drop table t1;
224
stop slave;
225
reset slave;
226
+Warnings:
227
+Note 4190 RESET SLAVE is implicitly changing the value of 'Using_Gtid' from 'Current_Pos' to 'Slave_Pos'
228
cluster 2 node 1
229
connection node_4;
230
231
232
233
234
cluster 1 node 1
235
connection node_1;
236
change master to master_use_gtid=no, ignore_server_ids=();
0 commit comments