mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
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;
|