mariadb/mysql-test/r/locked_temporary-5955.result

2 lines
78 B
Text

CREATE TEMPORARY TABLE tmp (i INT) ENGINE=InnoDB;
LOCK TABLES tmp AS p WRITE;