Skip to content
Snippets Groups Projects
Commit 92644688 authored by Marko Mäkelä's avatar Marko Mäkelä
Browse files

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.
parent 757daa41
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,7 @@ xa start 'test1';
insert into t1 values(1);
xa end 'test1';
xa prepare 'test1';
FLUSH TABLES;
xa recover;
formatID gtrid_length bqual_length data
1 5 0 test1
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment