SOURCES: mysql.sysconfig, mysql.init - drop BASE_TABLETYPE, was ba...

glen glen at pld-linux.org
Fri Mar 9 14:44:24 CET 2007


Author: glen                         Date: Fri Mar  9 13:44:24 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- drop BASE_TABLETYPE, was bad idea

---- Files affected:
SOURCES:
   mysql.sysconfig (1.16 -> 1.17) , mysql.init (1.111 -> 1.112) 

---- Diffs:

================================================================
Index: SOURCES/mysql.sysconfig
diff -u SOURCES/mysql.sysconfig:1.16 SOURCES/mysql.sysconfig:1.17
--- SOURCES/mysql.sysconfig:1.16	Thu Mar  8 15:44:05 2007
+++ SOURCES/mysql.sysconfig	Fri Mar  9 14:44:18 2007
@@ -22,7 +22,3 @@
 
 # Any option passed directly to mysqld on startup.
 #MYSQL_OPTIONS=""
-
-# Engine type for mysql database.
-# Possible values: MyISAM, InnoDB
-#BASE_TABLETYPE=MyISAM

================================================================
Index: SOURCES/mysql.init
diff -u SOURCES/mysql.init:1.111 SOURCES/mysql.init:1.112
--- SOURCES/mysql.init:1.111	Fri Mar  9 14:38:30 2007
+++ SOURCES/mysql.init	Fri Mar  9 14:44:19 2007
@@ -21,8 +21,6 @@
 	exit 1
 fi
 
-[ -z "$BASE_TABLETYPE" ] && BASE_TABLETYPE="MyISAM"
-
 if [ -n "$MYSQL_DB_CLUSTERS" ]; then
 	nls "Warning: MYSQL_DB_CLUSTERS is set. It's obsolete. Use %s instead." /etc/mysql/clusters.conf
 fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysql.sysconfig?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/SOURCES/mysql.init?r1=1.111&r2=1.112&f=u



More information about the pld-cvs-commit mailing list