diff options
author | monty@donna.mysql.fi <> | 2001-04-25 22:44:27 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-25 22:44:27 +0300 |
commit | 21e7c668ff8bea797ede22c3ce03f6f186685c35 (patch) | |
tree | 681105409812886e617023277721945b0d24d385 /mysql-test/mysql-test-run.sh | |
parent | 97c39276795e5734b0666f4219ab97364302574a (diff) | |
download | mariadb-git-21e7c668ff8bea797ede22c3ce03f6f186685c35.tar.gz |
Portability fixes for Ia64 and Sgi compiler
DROP DATABASE in mysqladmin asks for confirmation (again)
Added examined_rows to slow query log
SHOW CREATE for TEMPORARY table
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index cb4d750624e..1281e368015 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -369,6 +369,8 @@ mysql_install_db () { error "Could not install slave test DBs" exit 1 fi + # Give mysqld some time to die. + sleep $SLEEP_TIME return 0 } |