summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_var_load_data_splitting.result
blob: 3e451abbed1354087cf3d82fd85acbd715ffb93e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
connection node_2;
SET GLOBAL wsrep_load_data_splitting = TRUE;
connection node_2;
SELECT COUNT(*) = 95000 FROM t1;
COUNT(*) = 95000
1
wsrep_last_committed_diff
1
connection node_1;
SET GLOBAL wsrep_load_data_splitting = 1;;
DROP TABLE t1;