summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/MW-252.result
blob: 4d458802614422add1ff445150cf8ae42c120dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
connection node_2;
connection node_1;
connection node_1;
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
FLUSH TABLES WITH READ LOCK;
SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
VARIABLE_VALUE = 2
1
connection node_2;
connection node_1;
UNLOCK TABLES;
DROP TABLE t1;