summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_bf_abort_shutdown.result
blob: fa2a5c373f2323d4c7eda6820f5533b22c5b2dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
connection node_2;
connection node_1;
connection node_1;
connection node_2;
connection node_1;
CREATE TABLE t1 (f1 INT PRIMARY KEY);
connection node_2;
SET DEBUG_SYNC = 'wsrep_before_certification WAIT_FOR continue';
INSERT INTO t1 VALUES (1);
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
connection node_1;
DROP TABLE t1;