SOURCES: mysql.init - bootstrap fails to create any tables if ENGI...

glen glen at pld-linux.org
Thu Mar 8 15:45:16 CET 2007


Author: glen                         Date: Thu Mar  8 14:45:16 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- bootstrap fails to create any tables if ENGINE=InnoDB is specified, at least 5.1.16-beta/x86_64 inside vserver

---- Files affected:
SOURCES:
   mysql.init (1.107 -> 1.108) 

---- Diffs:

================================================================
Index: SOURCES/mysql.init
diff -u SOURCES/mysql.init:1.107 SOURCES/mysql.init:1.108
--- SOURCES/mysql.init:1.107	Sat Dec 16 21:30:19 2006
+++ SOURCES/mysql.init	Thu Mar  8 15:45:10 2007
@@ -21,7 +21,7 @@
 	exit 1
 fi
 
-[ -z "$BASE_TABLETYPE" ] && BASE_TABLETYPE="InnoDB"
+[ -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysql.init?r1=1.107&r2=1.108&f=u



More information about the pld-cvs-commit mailing list