diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-07-15 09:09:33 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-07-15 09:09:33 +0200 |
commit | d89c19ceaab8cac24d581fbbd5cb9b06f5f917d4 (patch) | |
tree | b78c93bb423bbf4356edaa2b5043c81be6fdcd4c /mysql-test/include/mysqladmin_shutdown.inc | |
parent | 27762df3048de68e2d8569af7ed1dd3abad5d961 (diff) | |
download | mariadb-git-d89c19ceaab8cac24d581fbbd5cb9b06f5f917d4.tar.gz |
maria suite ok
Diffstat (limited to 'mysql-test/include/mysqladmin_shutdown.inc')
-rw-r--r-- | mysql-test/include/mysqladmin_shutdown.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mysqladmin_shutdown.inc b/mysql-test/include/mysqladmin_shutdown.inc index 16b33c2baf8..be6153a60f9 100644 --- a/mysql-test/include/mysqladmin_shutdown.inc +++ b/mysql-test/include/mysqladmin_shutdown.inc @@ -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: |