mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / include / force_restart.inc
blobd058e85df455f98626fe378dfb0ba6883ea08bd5
1 # ==== Purpose ====
3 # Tell mtr that all servers must be restarted after the test has
4 # finished.
6 # ==== Usage ====
8 # --source include/force_restart.inc
10 # ==== See also ====
12 # include/force_restart_if_skipped.inc
14 --let $_force_restart_datadir= `SELECT @@datadir`
15 --append_file $_force_restart_datadir/mtr/force_restart
17 EOF