summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/mysqladmin_shutdown.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/mysqladmin_shutdown.inc')
-rw-r--r--mysql-test/include/mysqladmin_shutdown.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/include/mysqladmin_shutdown.inc b/mysql-test/include/mysqladmin_shutdown.inc
new file mode 100644
index 00000000..be6153a6
--- /dev/null
+++ b/mysql-test/include/mysqladmin_shutdown.inc
@@ -0,0 +1,7 @@
+# Initiates a clean shutdown of the server and waits for its completion
+
+--exec $MYSQLADMIN -S $MASTER_MYSOCK -P $MASTER_MYPORT -u root --password= shutdown 2>&1;
+
+# On Windows mysqladmin does not wait for shutdown to be finished,
+# so we have to monitor this with our connection:
+--source include/wait_until_disconnected.inc