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

Post-merge fixes.

This commit is contained in:
kostja@bodhi.local
2006-07-14 02:07:37 +04:00
parent d7845b74db
commit 436e7a2dd9
4 changed files with 4 additions and 12 deletions

View File

@ -2178,12 +2178,7 @@ then
USE_NDBCLUSTER_OPT=
fi
# Do not automagically start daemons if we are in gdb or running only one
# test case
if [ -z "$DO_GDB" ] && [ -z "$DO_DDD" ]
then
mysql_start
fi
mysql_start
$ECHO "Loading Standard Test Databases"
mysql_loadstd
fi