Commit 6077a08a authored by tim@siva.hindu.god's avatar tim@siva.hindu.god

Merge bk-internal:/home/bk/mysql-5.0

into siva.hindu.god:/opt/home/tim/m/50/a
parents 76073d7b 8a77c6f7
...@@ -114,7 +114,7 @@ then ...@@ -114,7 +114,7 @@ then
MY_BASEDIR_VERSION=$MY_PWD # Where bin, share and data are MY_BASEDIR_VERSION=$MY_PWD # Where bin, share and data are
ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is
DATADIR=$MY_BASEDIR_VERSION/data DATADIR=$MY_BASEDIR_VERSION/data
if test -z "$defaults" if test -z "$defaults" -a -r "$DATADIR/my.cnf"
then then
defaults="--defaults-extra-file=$DATADIR/my.cnf" defaults="--defaults-extra-file=$DATADIR/my.cnf"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment