mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 22:55:32 +02:00
2 lines
78 B
Text
2 lines
78 B
Text
CREATE TEMPORARY TABLE tmp (i INT) ENGINE=InnoDB;
|
|
LOCK TABLES tmp AS p WRITE;
|