1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Set mysqladmin shutdown timeout to 60 seconds

mysql-test/mysql-test-run.pl:
  Add printout
This commit is contained in:
unknown
2008-04-14 14:25:57 +02:00
parent 4f367b42b5
commit 3c565a66b5
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Write file to make mysql-test-run.pl expect crash and restart
--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
--exec $MYSQLADMIN --defaults-file=$MYSQLTEST_VARDIR/my.cnf shutdown
--exec $MYSQLADMIN --defaults-file=$MYSQLTEST_VARDIR/my.cnf --shutdown-timeout=60 shutdown
# Call script that will poll the server waiting for it to be gone
--source include/wait_until_disconnected.inc