mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
15 lines
273 B
PHP
15 lines
273 B
PHP
|
# ==== Purpose ====
|
||
|
#
|
||
|
# Tell mtr that all servers must be restarted after the test has
|
||
|
# finished.
|
||
|
#
|
||
|
# ==== Usage ====
|
||
|
#
|
||
|
# --source include/force_restart.inc
|
||
|
#
|
||
|
|
||
|
--let $_force_restart_datadir= `SELECT @@datadir`
|
||
|
--append_file $_force_restart_datadir/mtr/force_restart
|
||
|
1
|
||
|
EOF
|