packages: mysql/mysqld.conf - [Warning] The syntax '--skip-locking' is depr...

adamg adamg at pld-linux.org
Tue Feb 23 21:26:51 CET 2010


Author: adamg                        Date: Tue Feb 23 20:26:51 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- [Warning] The syntax '--skip-locking' is deprecated and will be removed in a future release. Please use --skip-external-locking instead.

---- Files affected:
packages/mysql:
   mysqld.conf (1.50 -> 1.51) 

---- Diffs:

================================================================
Index: packages/mysql/mysqld.conf
diff -u packages/mysql/mysqld.conf:1.50 packages/mysql/mysqld.conf:1.51
--- packages/mysql/mysqld.conf:1.50	Tue Oct 27 17:02:41 2009
+++ packages/mysql/mysqld.conf	Tue Feb 23 21:26:45 2010
@@ -28,7 +28,7 @@
 ;old-passwords
 
 ; Don't use system locking
-skip-locking
+skip-external-locking
 
 ; Don't listen on a TCP/IP port at all. This is a security enhancement,
 ; if all processes that need to connect to mysqld run on the same host.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysqld.conf?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list