1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00
Files
mariadb/mysql-test/main/locked_temporary-5955.result
2018-03-29 13:59:44 +03:00

5 lines
127 B
Plaintext

connect con1,localhost,root,,;
CREATE TEMPORARY TABLE tmp (i INT) ENGINE=InnoDB;
LOCK TABLES tmp AS p WRITE;
disconnect con1;