MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
start_mysqld.inc
1 # Include this script only after using shutdown_mysqld.inc
2 # where $_expect_file_name was initialized.
3 # Write file to make mysql-test-run.pl start up the server again
4 --exec echo "restart" > $_expect_file_name
5 
6 # Turn on reconnect
7 --enable_reconnect
8 
9 # Call script that will poll the server waiting for it to be back online again
10 --source include/wait_until_connected_again.inc
11 
12 # Turn off reconnect again
13 --disable_reconnect
14