Below is the list of changes that have just been committed into a local
5.0 repository of jimw. When jimw does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1957 05/10/31 15:51:46 jimw@stripped +5 -0
Stamp out some stray instances of deprecated 'skip-locking' (Bug #14495)
support-files/my-small.cnf.sh
1.21 05/10/31 15:51:42 jimw@stripped +1 -1
Use skip-external-locking instead of deprecated skip-locking
support-files/my-medium.cnf.sh
1.23 05/10/31 15:51:41 jimw@stripped +1 -1
Use skip-external-locking instead of deprecated skip-locking
support-files/my-large.cnf.sh
1.24 05/10/31 15:51:41 jimw@stripped +1 -1
Use skip-external-locking instead of deprecated skip-locking
support-files/my-huge.cnf.sh
1.25 05/10/31 15:51:41 jimw@stripped +1 -1
Use skip-external-locking instead of deprecated skip-locking
scripts/mysqld_safe-watch.sh
1.6 05/10/31 15:51:41 jimw@stripped +2 -2
Use --skip-external-locking instead of deprecated --skip-locking
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: jimw
# Host: rama.(none)
# Root: /home/jimw/my/mysql-5.0-14495
--- 1.5/scripts/mysqld_safe-watch.sh 2001-06-28 00:49:15 -07:00
+++ 1.6/scripts/mysqld_safe-watch.sh 2005-10-31 15:51:41 -08:00
@@ -93,10 +93,10 @@
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
--- 1.24/support-files/my-huge.cnf.sh 2005-10-31 01:42:28 -08:00
+++ 1.25/support-files/my-huge.cnf.sh 2005-10-31 15:51:41 -08:00
@@ -25,7 +25,7 @@
[mysqld]
port = @MYSQL_TCP_PORT@
socket = @MYSQL_UNIX_ADDR@
-skip-locking
+skip-external-locking
key_buffer = 384M
max_allowed_packet = 1M
table_cache = 512
--- 1.23/support-files/my-large.cnf.sh 2005-10-31 01:42:29 -08:00
+++ 1.24/support-files/my-large.cnf.sh 2005-10-31 15:51:41 -08:00
@@ -25,7 +25,7 @@
[mysqld]
port = @MYSQL_TCP_PORT@
socket = @MYSQL_UNIX_ADDR@
-skip-locking
+skip-external-locking
key_buffer = 256M
max_allowed_packet = 1M
table_cache = 256
--- 1.22/support-files/my-medium.cnf.sh 2005-01-10 15:15:58 -08:00
+++ 1.23/support-files/my-medium.cnf.sh 2005-10-31 15:51:41 -08:00
@@ -26,7 +26,7 @@
[mysqld]
port = @MYSQL_TCP_PORT@
socket = @MYSQL_UNIX_ADDR@
-skip-locking
+skip-external-locking
key_buffer = 16M
max_allowed_packet = 1M
table_cache = 64
--- 1.20/support-files/my-small.cnf.sh 2005-01-10 15:15:58 -08:00
+++ 1.21/support-files/my-small.cnf.sh 2005-10-31 15:51:42 -08:00
@@ -26,7 +26,7 @@
[mysqld]
port = @MYSQL_TCP_PORT@
socket = @MYSQL_UNIX_ADDR@
-skip-locking
+skip-external-locking
key_buffer = 16K
max_allowed_packet = 1M
table_cache = 4
| Thread |
|---|
| • bk commit into 5.0 tree (jimw:1.1957) BUG#14495 | Jim Winstead | 1 Nov |