diff options
author | unknown <elliot@mysql.com> | 2006-06-30 00:14:25 -0400 |
---|---|---|
committer | unknown <elliot@mysql.com> | 2006-06-30 00:14:25 -0400 |
commit | 29423c2d27092948fd950e827bbdf17226cfcb58 (patch) | |
tree | c217327958e474bf5d2adea3669b988e428409b8 /scripts | |
parent | a14c9ddf2b978381e8a35a740333080984bd4c3c (diff) | |
parent | 2a100c1c5cdd9a07be1859e6cc4ed60d32cfba0d (diff) | |
download | mariadb-git-29423c2d27092948fd950e827bbdf17226cfcb58.tar.gz |
Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1
into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
configure.in:
Auto merged
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysqld_safe-watch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysqld_safe-watch.sh b/scripts/mysqld_safe-watch.sh index c59b3b2614d..c837ba9a118 100644 --- a/scripts/mysqld_safe-watch.sh +++ b/scripts/mysqld_safe-watch.sh @@ -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 |