mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
6 lines
194 B
Text
6 lines
194 B
Text
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;
|