1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Clean up test case to not leave open connections.

mysql-test/include/handler.inc:
  Disconnect open connections once they are not being used.
This commit is contained in:
Davi Arnaut
2009-02-25 11:42:58 +01:00
parent 620438fdae
commit da3c4375cf

View File

@ -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;