summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/galera_sr/r/galera_sr_load_data.result
blob: 99885b42fa0fee7842493040ad6aee9c9bfbf70c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
connection node_2;
connection node_1;
SET SESSION wsrep_trx_fragment_size = 512;
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
connection node_2;
connection node_1;
connection node_2;
SELECT COUNT(*) = 20000 FROM t1;
COUNT(*) = 20000
1
wsrep_last_committed_diff
1
connection node_1;
DROP TABLE t1;