SOURCES: mysql.sysconfig - add new tunable variables

glen glen at pld-linux.org
Sun Jan 22 17:12:52 CET 2006


Author: glen                         Date: Sun Jan 22 16:12:52 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add new tunable variables

---- Files affected:
SOURCES:
   mysql.sysconfig (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SOURCES/mysql.sysconfig
diff -u SOURCES/mysql.sysconfig:1.12 SOURCES/mysql.sysconfig:1.13
--- SOURCES/mysql.sysconfig:1.12	Wed Jul 27 15:35:54 2005
+++ SOURCES/mysql.sysconfig	Sun Jan 22 17:12:47 2006
@@ -9,5 +9,13 @@
 # For clusters configuration look into /etc/mysql/clusters.conf
 # Don't use **obsolete** MYSQL_DB_CLUSTERS option
 
+# Seconds to wait for fully initialized mysqld to start. mysqld takes longer to
+# start when it has to replay innodb logs, or create innodb pools at startup
+#MYSQL_START_WAIT_TIME=15
+
+# Seconds to wait for mysqld to terminate on shutdown. If timeout is exceeded
+# shutdown is considered failed
+#MYSQL_STOP_WAIT_TIME=900
+
 # Skip automatic mysqld restarts invoked from rpm installs.
 #RPM_SKIP_AUTO_RESTART=yes
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysql.sysconfig?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list