mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
5 lines
141 B
Text
5 lines
141 B
Text
|
CREATE TABLE t1 ENGINE=InnoDB SELECT 1;
|
||
|
DROP TABLE t1;
|
||
|
SET GLOBAL innodb_log_checkpoint_now=1;
|
||
|
SET GLOBAL innodb_log_checkpoint_now=DEFAULT;
|