1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
Files
mariadb/mysql-test/suite/handler/disconnect_4480.result
2016-03-31 10:11:16 +04:00

8 lines
131 B
Plaintext

connect con1,localhost,root,,;
create temporary table t1 as select 1;
handler t1 open;
handler t1 read next;
1
1
disconnect con1;