1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/mysql-test/suite/galera/r/galera_var_load_data_splitting.result
2015-07-14 16:05:29 -04:00

10 lines
239 B
Plaintext

CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
SET GLOBAL wsrep_load_data_splitting = TRUE;
SELECT COUNT(*) = 95000 FROM t1;
COUNT(*) = 95000
1
wsrep_last_committed_diff
1
SET GLOBAL wsrep_load_data_splitting = 1;;
DROP TABLE t1;