]> git.pld-linux.org Git - packages/mysql.git/commitdiff
# Disable clusters configuration by default, you can enable it if you need
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Wed, 21 Jul 2004 18:40:55 +0000 (18:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
MYSQL_NO_CLUSTER_COMPAT="yes"

Changed files:
    mysql.sysconfig -> 1.9

mysql.sysconfig

index b956d63042d34c6c36719fd5be3f8dc2e3c7c697..13f8a6dccc5cc0a76d1f6d21e8c1132ae39b3b39 100644 (file)
@@ -3,6 +3,9 @@
 # Define nice level for mysql
 SERVICE_RUN_NICE_LEVEL="+0"
 
+# Disable clusters configuration by default, you can enable it if you need
+MYSQL_NO_CLUSTER_COMPAT="yes"
+
 # For clusters configuration look into /etc/mysql/clusters.conf
 # Don't use **obsolete** MYSQL_DB_CLUSTERS option
 
This page took 0.031491 seconds and 4 git commands to generate.