MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
force_restart.inc
1 # ==== Purpose ====
2 #
3 # Tell mtr that all servers must be restarted after the test has
4 # finished.
5 #
6 # ==== Usage ====
7 #
8 # --source include/force_restart.inc
9 #
10 # ==== See also ====
11 #
12 # include/force_restart_if_skipped.inc
13 
14 --let $_force_restart_datadir= `SELECT @@datadir`
15 --append_file $_force_restart_datadir/mtr/force_restart
16 1
17 EOF