Commit da3c4375 authored by Davi Arnaut's avatar Davi Arnaut

Clean up test case to not leave open connections.

mysql-test/include/handler.inc:
  Disconnect open connections once they are not being used.
parent 620438fd
......@@ -479,6 +479,7 @@ handler t1 open;
--echo --> client 1
connection default;
drop table t1;
disconnect con2;
#
# Bug#30632 HANDLER read failure causes hang
......@@ -717,4 +718,5 @@ handler t1 close;
connection con1;
--reap
drop table t1;
disconnect con1;
connection default;
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