mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
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;
|
|
SET SESSION wsrep_sync_wait = 7;
|