summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-10-07 21:41:06 +0300
committermonty@narttu.mysql.fi <>2003-10-07 21:41:06 +0300
commit1f8e38d03a434a6c8c3215669f4990e440b08583 (patch)
treebf601fee6c541afffad83ed4281c9c9a1aae15fc /scripts
parent6056cfadfcb07cda12f6dc01ec9c1ab07067ac69 (diff)
parent1b06af3a974a0e062b1acac8f443314e39a1e989 (diff)
downloadmariadb-git-1f8e38d03a434a6c8c3215669f4990e440b08583.tar.gz
Merge with 4.0 to get fix for mysqlbinlog
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_install_db.sh2
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