mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
CREATE TEMPORARY TABLE tmp (i INT) ENGINE=InnoDB;
|
|
LOCK TABLES tmp AS p WRITE;
|