Bug#19298 mysqld_safe still uses obsolete --skip-locking parameter

configure.in:
  Replaced skip-locking with newer skip-external-locking option.  Removed extra quotes.
scripts/mysqld_safe-watch.sh:
  Replaced skip-locking with newer skip-external-locking option.
This commit is contained in:
unknown 2006-06-27 18:07:23 -04:00
commit 7b064953d2
2 changed files with 6 additions and 6 deletions

View file

@ -93,10 +93,10 @@ do
if test "$#" -eq 0
then
nohup $ledir/mysqld --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR \
--skip-locking >> $err 2>&1 &
--skip-external-locking >> $err 2>&1 &
else
nohup $ledir/mysqld --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR \
--skip-locking "$@" >> $err 2>&1 &
--skip-external-locking "$@" >> $err 2>&1 &
fi
pid=$!
rm -f $lockfile