summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_split_brain.result
blob: 374fb31afd13fda0c749ebf5dd0153fa267cf0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
connection node_2;
connection node_1;
connection node_1;
connection node_2;
call mtr.add_suppression("WSREP: TO isolation failed for: ");
connection node_1;
call mtr.add_suppression("CREATE TABLE isolation failure");
connection node_2;
Killing server ...
connection node_1;
SET SESSION lock_wait_timeout= 3;
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
ERROR HY000: Lock wait timeout exceeded; try restarting transaction
connection node_2;
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
disconnect node_2;
disconnect node_1;