mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Merge bk-internal:/home/bk/mysql-5.0
into siva.hindu.god:/opt/home/tim/m/50/a
This commit is contained in:
commit
8d5edfdaa4
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ then
|
|||
MY_BASEDIR_VERSION=$MY_PWD # Where bin, share and data are
|
||||
ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is
|
||||
DATADIR=$MY_BASEDIR_VERSION/data
|
||||
if test -z "$defaults"
|
||||
if test -z "$defaults" -a -r "$DATADIR/my.cnf"
|
||||
then
|
||||
defaults="--defaults-extra-file=$DATADIR/my.cnf"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue