Fixed mysqltest run failure:

Test did not clean up after itself properly
This commit is contained in:
Monty 2015-08-13 01:28:15 +03:00
parent afa9cb7519
commit 1bfe4da1e9
2 changed files with 5 additions and 0 deletions

View File

@ -1 +1,2 @@
create server '' foreign data wrapper w2 options (host '127.0.0.1'); create server '' foreign data wrapper w2 options (host '127.0.0.1');
drop server '';

View File

@ -7,3 +7,7 @@ create server '' foreign data wrapper w2 options (host '127.0.0.1');
--shutdown_server 10 --shutdown_server 10
--source include/wait_until_disconnected.inc --source include/wait_until_disconnected.inc
--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect --exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
-- enable_reconnect
-- source include/wait_until_connected_again.inc
drop server '';