1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added a needed reap to mysql-test/include/handler.inc

This commit is contained in:
Bjorn Munch
2010-02-16 20:26:44 +01:00
parent 5f3e490174
commit cec8a9380b

View File

@ -774,6 +774,7 @@ connection default;
handler t1 read a next; handler t1 read a next;
handler t1 close; handler t1 close;
connection con1; connection con1;
--reap # Since last in this connection was a send
drop table t1; drop table t1;
disconnect con1; disconnect con1;
--source include/wait_until_disconnected.inc --source include/wait_until_disconnected.inc