mariadb/mysql-test/include/kill_mysqld.inc

8 lines
273 B
PHP
Raw Permalink Normal View History

--let $_expect_file_name= `select regexp_replace(@@tmpdir, '^.*/','')`
--let $_expect_file_name= $MYSQLTEST_VARDIR/tmp/$_expect_file_name.expect
--echo # Kill the server
--write_line wait $_expect_file_name
--shutdown_server 0
--source include/wait_until_disconnected.inc