]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql.sysconfig
automake fix
[packages/mysql.git] / mysql.sysconfig
index f1960deef370d15908ec6b627351df6bdc21dea2..969188be7231abca41151be6bb1fee418de07253 100644 (file)
@@ -1,7 +1,24 @@
-# Customized setings for mysql
+# Customized settings for mysql
 
-# Define nice level for cron 
+# Define nice level for mysql
 SERVICE_RUN_NICE_LEVEL="+0"
 
-# extra mysqld options
-#MYSQLD_OPTS=""
+# Be compatible with RA layout (not supported)
+MYSQL_RA_COMPAT="no"
+
+# 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
+
+# Any option passed directly to mysqld on startup.
+#MYSQL_OPTIONS=""
This page took 0.050296 seconds and 4 git commands to generate.