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:
7
mysql-test/include/kill_mysqld.inc
Normal file
7
mysql-test/include/kill_mysqld.inc
Normal 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
|
Reference in New Issue
Block a user