summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/handler/disconnect_4480.test
blob: 507249bd8bc43113199f3bf954519001c88efd41 (plain)
1
2
3
4
5
6
7
8
9
10
#
# MDEV-4480 Assertion `inited == NONE' fails on closing a connection with open handler on temporary table
#

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