1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
Files
mariadb/mysql-test/r/locked_temporary-5955.result
2016-03-31 10:11:16 +04: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;