1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

maria suite ok

This commit is contained in:
Sergei Golubchik
2011-07-15 09:09:33 +02:00
parent 27762df304
commit d89c19ceaa
9 changed files with 17 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Initiates a clean shutdown of the server and waits for its completion
--exec $MYSQLADMIN --no-defaults -S $MASTER_MYSOCK -P $MASTER_MYPORT -u root --password= shutdown 2>&1;
--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: