SOURCES: mysql.sysconfig, mysql.init - custom options

arekm arekm at pld-linux.org
Mon May 29 11:44:36 CEST 2006


Author: arekm                        Date: Mon May 29 09:44:34 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- custom options

---- Files affected:
SOURCES:
   mysql.sysconfig (1.13 -> 1.14) , mysql.init (1.94 -> 1.95) 

---- Diffs:

================================================================
Index: SOURCES/mysql.sysconfig
diff -u SOURCES/mysql.sysconfig:1.13 SOURCES/mysql.sysconfig:1.14
--- SOURCES/mysql.sysconfig:1.13	Sun Jan 22 17:12:47 2006
+++ SOURCES/mysql.sysconfig	Mon May 29 11:44:28 2006
@@ -19,3 +19,5 @@
 
 # Skip automatic mysqld restarts invoked from rpm installs.
 #RPM_SKIP_AUTO_RESTART=yes
+#
+#MYSQL_OPTIONS=""

================================================================
Index: SOURCES/mysql.init
diff -u SOURCES/mysql.init:1.94 SOURCES/mysql.init:1.95
--- SOURCES/mysql.init:1.94	Mon Apr  3 11:03:40 2006
+++ SOURCES/mysql.init	Mon May 29 11:44:28 2006
@@ -231,7 +231,7 @@
 	busy
 	[ -z "$DEFAULT_SERVICE_RUN_NICE_LEVEL" ] && DEFAULT_SERVICE_RUN_NICE_LEVEL=0
 	rm -f "$MYSQL_PIDFILE"
-	TMPDIR=/tmp nice -n ${SERVICE_RUN_NICE_LEVEL:-$DEFAULT_SERVICE_RUN_NICE_LEVEL} /usr/bin/setsid /usr/sbin/mysqld --defaults-file=$MYSQL_CONFIG --datadir=$MYSQL_DATA_DIR --pid-file=$MYSQL_PIDFILE >> $MYSQL_ERRLOG 2>&1 &
+	TMPDIR=/tmp nice -n ${SERVICE_RUN_NICE_LEVEL:-$DEFAULT_SERVICE_RUN_NICE_LEVEL} /usr/bin/setsid /usr/sbin/mysqld --defaults-file=$MYSQL_CONFIG --datadir=$MYSQL_DATA_DIR --pid-file=$MYSQL_PIDFILE $MYSQL_OPTIONS >> $MYSQL_ERRLOG 2>&1 &
 	sleep 0.2
 	mysqlstatus "$clusterdir" start
 	# it takes longer for mysqld to start and create pidfile if it has to recover innodb transactions
================================================================

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



More information about the pld-cvs-commit mailing list