Commit 24850bc7 authored by Bjorn Munch's avatar Bjorn Munch

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

parent c3d457ec
...@@ -774,6 +774,7 @@ connection default; ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment