1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Port the test innodb.doublewrite from MySQL 5.7.

This commit is contained in:
Marko Mäkelä
2016-12-20 15:03:56 +02:00
parent 44da95e5ed
commit 195241e125
5 changed files with 656 additions and 0 deletions

View File

@ -0,0 +1,7 @@
--let $_server_id= `SELECT @@server_id`
--let $_expect_file_name= $MYSQLTEST_VARDIR/tmp/mysqld.$_server_id.expect
--echo # Kill the server
--exec echo "wait" > $_expect_file_name
--shutdown_server 0
--source include/wait_until_disconnected.inc