mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
3 lines
137 B
Text
3 lines
137 B
Text
CREATE TABLE t1 (id INT PRIMARY KEY AUTO_INCREMENT) ENGINE=InnoDB;
|
|
INSERT INTO t1 VALUES (DEFAULT);
|
|
SET GLOBAL query_cache_size=1355776;
|