mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-15772: Clean up the test
Before killing the server, we must issue FLUSH TABLES in order to cleanly close any MyISAM system tables, to avoid warnings about them when restarting.
This commit is contained in:
@ -20,6 +20,7 @@ dec $trial;
|
||||
|
||||
connection default;
|
||||
# Kill and restart the server.
|
||||
FLUSH TABLES;
|
||||
-- exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
||||
-- shutdown_server 0
|
||||
-- source include/wait_until_disconnected.inc
|
||||
|
Reference in New Issue
Block a user