summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/kill_mysqld.inc
blob: a41af2d74a6cb6023ed5b7478f42f261c38c511d (plain)
1
2
3
4
5
6
7
--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