diff options
author | paul@ice.snake.net <> | 2003-10-04 17:41:17 -0500 |
---|---|---|
committer | paul@ice.snake.net <> | 2003-10-04 17:41:17 -0500 |
commit | 62de13dca3930ceef4909c9313de46d5d2ef0ca8 (patch) | |
tree | e545ca3ea4a20ceb764cb807e25cd841f79fe475 /mysql-test/mysql-test-run.sh | |
parent | 06e7c4fe9f4607ee60db442c095264b625994cc1 (diff) | |
download | mariadb-git-62de13dca3930ceef4909c9313de46d5d2ef0ca8.tar.gz |
Ride hobby horse.
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 93efb4a8cb6..b452023dcb9 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -1041,8 +1041,8 @@ EOF mysql_start () { -# We should not start the deamon here as we don't know the argumens -# for the test. Better to let the test start the deamon +# We should not start the daemon here as we don't know the argumens +# for the test. Better to let the test start the daemon # $ECHO "Starting MySQL daemon" # start_master @@ -1364,7 +1364,7 @@ then mysql_install_db start_manager -# Do not automagically start deamons if we are in gdb or running only one test +# Do not automagically start daemons if we are in gdb or running only one test # case if [ -z "$DO_GDB" ] && [ -z "$DO_DDD" ] then |