summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_bf_abort_shutdown.result
blob: 5707b68e19042ea4c6eb7fd9bdcf138ba3273ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
call mtr.add_suppression("WSREP: Failed to scan the last segment to the end. Last events may be missing. Last recovered event:.*");
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;