1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-23 03:54:27 +03:00
Files
mariadb/mysql-test/suite/handler/disconnect_4480.result

6 lines
82 B
Plaintext

create temporary table t1 as select 1;
handler t1 open;
handler t1 read next;
1
1