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

into mysql.com:/home/my/mysql-4.0
This commit is contained in:
monty@mysql.com 2004-04-30 00:15:39 +03:00
commit 943c1b23f3
3 changed files with 3 additions and 3 deletions

View File

@ -1447,7 +1447,7 @@ then
if [ x$RECORD = x1 ]; then
$ECHO "Will not run in record mode without a specific test case."
else
for tf in `ls -1 $TESTDIR/*.$TESTSUFFIX | $SORT`
for tf in $TESTDIR/*.$TESTSUFFIX
do
run_testcase $tf
done

View File

@ -1 +1 @@
--result-file=system_mysql_db
--result-file=system_mysql_db

View File

@ -42,7 +42,7 @@ database="mysql"
bindir="@bindir@"
# Old format where there is only one argument and it's the password
if test "$#" == 1
if test "$#" = 1
then
case "$1" in
--*) ;;