mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
44002a34e6
first unlock locked tables, then close and remove temporary
2 lines
78 B
Text
2 lines
78 B
Text
CREATE TEMPORARY TABLE tmp (i INT) ENGINE=InnoDB;
|
|
LOCK TABLES tmp AS p WRITE;
|