[Erp5-report] r33797 luke - /erp5/trunk/buildout/templates/my.cnf.in
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Mar 17 13:41:48 CET 2010
Author: luke
Date: Wed Mar 17 13:41:46 2010
New Revision: 33797
URL: http://svn.erp5.org?rev=33797&view=rev
Log:
- put comment in template
Modified:
erp5/trunk/buildout/templates/my.cnf.in
Modified: erp5/trunk/buildout/templates/my.cnf.in
URL: http://svn.erp5.org/erp5/trunk/buildout/templates/my.cnf.in?rev=33797&r1=33796&r2=33797&view=diff
==============================================================================
--- erp5/trunk/buildout/templates/my.cnf.in [utf8] (original)
+++ erp5/trunk/buildout/templates/my.cnf.in [utf8] Wed Mar 17 13:41:46 2010
@@ -7,7 +7,13 @@
# The MySQL server
[mysqld]
+# ERP5 by default requires InnoDB storage. MySQL by default fallbacks to using
+# different engine, like MyISAM. Such behaviour generates problems only, when
+# tables requested as InnoDB are silently created with MyISAM engine.
+#
+# Loud fail is really required in such case.
sql-mode="NO_ENGINE_SUBSTITUTION"
+
port = ${configuration:mysql_port}
socket = ${configuration:mysql_sock}
datadir = ${configuration:mysql_datadir}
More information about the Erp5-report
mailing list