mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added a needed reap to mysql-test/include/handler.inc
This commit is contained in:
@ -774,6 +774,7 @@ connection default;
|
||||
handler t1 read a next;
|
||||
handler t1 close;
|
||||
connection con1;
|
||||
--reap # Since last in this connection was a send
|
||||
drop table t1;
|
||||
disconnect con1;
|
||||
--source include/wait_until_disconnected.inc
|
||||
|
Reference in New Issue
Block a user