diff options
author | unknown <monty@narttu.mysql.fi> | 2003-10-07 21:41:06 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-10-07 21:41:06 +0300 |
commit | 60e4f7d5066d549f782b975fdf695dbdab074f1b (patch) | |
tree | bf601fee6c541afffad83ed4281c9c9a1aae15fc /scripts | |
parent | f16887c59c7e896c6504008f6cbea337a5cb3fff (diff) | |
parent | 19e954d2f8ae119cbaf60c2ff74cdff7a35b051a (diff) | |
download | mariadb-git-60e4f7d5066d549f782b975fdf695dbdab074f1b.tar.gz |
Merge with 4.0 to get fix for mysqlbinlog
client/mysqlbinlog.cc:
Auto merged
mysql-test/r/create.result:
Auto merged
scripts/Makefile.am:
Auto merged
sql/sql_select.cc:
Auto merged
mysql-test/mysql-test-run.sh:
Cleaned up argument handling for external programs
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index bba32fe79f8..adaac0f3102 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -167,7 +167,7 @@ then fi fi -if test "$ip_only" = 1 +if test "$ip_only" ="1" then ip=`echo "$resolved" | awk '/ /{print $6}'` hostname=$ip |