summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/galera/r/galera_split_brain.result
blob: bd8c3a5bc449d92220488402e4e1eb6526160ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
connection node_2;
connection node_1;
connection node_1;
connection node_2;
call mtr.add_suppression("WSREP: TO isolation failed for: ");
connection node_1;
connection node_2;
Killing server ...
connection node_1;
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
connection node_2;
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
disconnect node_2;
disconnect node_1;