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

Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0

into ice.snake.net:/Users/paul/mysql-4.0
This commit is contained in:
paul@ice.snake.net
2003-10-04 17:42:43 -05:00
3 changed files with 5 additions and 5 deletions

View File

@ -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