mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
3 lines
78 B
Text
3 lines
78 B
Text
|
CREATE TEMPORARY TABLE tmp (i INT) ENGINE=InnoDB;
|
||
|
LOCK TABLES tmp AS p WRITE;
|