summaryrefslogtreecommitdiff
path: root/mysql-test/include/restart_mysqld.inc
blob: 9abd2b66131e5f550da2246c9e31d996c1c97c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ==== Usage ====
#
# [--let $shutdown_timeout= 60]
# [--let $allow_rpl_inited= 1]
# --source include/restart_mysqld.inc

--source include/not_embedded.inc

--source include/shutdown_mysqld.inc
--source include/start_mysqld.inc

# The following sleep is required to give sleep_until_file_created() time
# to notice that the server was restarted. sleep_until_file_created() would
# fail if the server was restarted or killed at once after restart.
--sleep 0.1