mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Clean up test case to not leave open connections.
This commit is contained in:
@ -479,6 +479,7 @@ handler t1 open;
|
|||||||
--echo --> client 1
|
--echo --> client 1
|
||||||
connection default;
|
connection default;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
disconnect con2;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Bug#30632 HANDLER read failure causes hang
|
# Bug#30632 HANDLER read failure causes hang
|
||||||
@ -717,4 +718,5 @@ handler t1 close;
|
|||||||
connection con1;
|
connection con1;
|
||||||
--reap
|
--reap
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
disconnect con1;
|
||||||
connection default;
|
connection default;
|
||||||
|
Reference in New Issue
Block a user