Skip to content

Commit 3a269a8

Browse files
author
Jan Lindström
committed
Record galera_var_load_data_splitting result after deprecating
warning.
1 parent cbfbb70 commit 3a269a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysql-test/suite/galera/r/galera_var_load_data_splitting.result

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ connection node_1;
33
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
44
connection node_2;
55
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
68
connection node_2;
79
SELECT COUNT(*) = 95000 FROM t1;
810
COUNT(*) = 95000
@@ -11,4 +13,6 @@ wsrep_last_committed_diff
1113
1
1214
connection node_1;
1315
SET GLOBAL wsrep_load_data_splitting = 1;;
16+
Warnings:
17+
Warning 1287 '@@wsrep_load_data_splitting' is deprecated and will be removed in a future release
1418
DROP TABLE t1;

0 commit comments

Comments
 (0)