summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/mysql-wsrep#201.result
blob: fe5725cab270c9b6980205784ef18b619b087e47 (plain)
1
2
3
4
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;