We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfbb70 commit 3a269a8Copy full SHA for 3a269a8
mysql-test/suite/galera/r/galera_var_load_data_splitting.result
@@ -3,6 +3,8 @@ connection node_1;
3
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
4
connection node_2;
5
SET GLOBAL wsrep_load_data_splitting = TRUE;
6
+Warnings:
7
+Warning 1287 '@@wsrep_load_data_splitting' is deprecated and will be removed in a future release
8
9
SELECT COUNT(*) = 95000 FROM t1;
10
COUNT(*) = 95000
@@ -11,4 +13,6 @@ wsrep_last_committed_diff
11
13
1
12
14
connection node_1;
15
SET GLOBAL wsrep_load_data_splitting = 1;;
16
17
18
DROP TABLE t1;
0 commit comments