summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/mysql-wsrep#201.result
blob: e55c38ea7cc3d1c5e37d198ce8c8a3ffd8927bdc (plain)
1
2
3
4
5
6
connection node_2;
connection node_1;
CREATE TABLE t1 (id INT PRIMARY KEY AUTO_INCREMENT) ENGINE=InnoDB;
INSERT INTO t1 VALUES (DEFAULT);
connection node_2;
SET GLOBAL query_cache_size=1355776;