summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/MDEV-6860.result
blob: 72a743537c457cb1cc986cfd9b1d74f9574e5cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
connection node_2;
connection node_1;
connection node_2;
START SLAVE;
connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3;
connection node_3;
CREATE TABLE t1 (f1 int, f2 int) ENGINE=InnoDB;
connection node_2;
connection node_1;
connection node_3;
DROP TABLE t1;
connection node_2;
STOP SLAVE;
RESET SLAVE ALL;