summaryrefslogtreecommitdiff
path: root/mysql-test/suite/handler/disconnect_4480.result
blob: 3e21a9ac1a712130739560a59739305d3bbcd712 (plain)
1
2
3
4
5
6
7
connect  con1,localhost,root,,;
create temporary table t1 as select 1;
handler t1 open;
handler t1 read next;
1
1
disconnect con1;