MySQL 5.6.14 Source Code Document
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
mysql-test
include
start_mysqld.inc
Generated on Sat Nov 9 2013 01:24:57 for MySQL 5.6.14 Source Code Document by
1.8.1.2