diff options
author | monty@narttu.mysql.fi <> | 2003-10-07 21:41:06 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-10-07 21:41:06 +0300 |
commit | 1f8e38d03a434a6c8c3215669f4990e440b08583 (patch) | |
tree | bf601fee6c541afffad83ed4281c9c9a1aae15fc /scripts | |
parent | 6056cfadfcb07cda12f6dc01ec9c1ab07067ac69 (diff) | |
parent | 1b06af3a974a0e062b1acac8f443314e39a1e989 (diff) | |
download | mariadb-git-1f8e38d03a434a6c8c3215669f4990e440b08583.tar.gz |
Merge with 4.0 to get fix for mysqlbinlog
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 |