Commit 1bfe4da1 authored by Monty's avatar Monty

Fixed mysqltest run failure:

Test did not clean up after itself properly
parent afa9cb75
create server '' foreign data wrapper w2 options (host '127.0.0.1');
drop server '';
......@@ -7,3 +7,7 @@ create server '' foreign data wrapper w2 options (host '127.0.0.1');
--shutdown_server 10
--source include/wait_until_disconnected.inc
--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
-- enable_reconnect
-- source include/wait_until_connected_again.inc
drop server '';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment