From da3c4375cfe9530c04525ff6694e5f59f354c144 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Wed, 25 Feb 2009 11:42:58 +0100 Subject: Clean up test case to not leave open connections. mysql-test/include/handler.inc: Disconnect open connections once they are not being used. --- mysql-test/include/handler.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/include/handler.inc b/mysql-test/include/handler.inc index 04f4cac831d..4eb9e413822 100644 --- a/mysql-test/include/handler.inc +++ b/mysql-test/include/handler.inc @@ -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; -- cgit v1.2.1