blob: 88c9249bf9901040ca7fa314e2453a248a54dc05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# ==== 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
|