[Erp5-report] r42066 kazuhiko - /erp5/trunk/utils/erp5.recipe.mysqlserver/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 6 16:35:41 CET 2011


Author: kazuhiko
Date: Thu Jan  6 16:35:41 2011
New Revision: 42066

URL: http://svn.erp5.org?rev=42066&view=rev
Log:
release 1.1.8

Modified:
    erp5/trunk/utils/erp5.recipe.mysqlserver/CHANGES.txt
    erp5/trunk/utils/erp5.recipe.mysqlserver/README.txt

Modified: erp5/trunk/utils/erp5.recipe.mysqlserver/CHANGES.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.mysqlserver/CHANGES.txt?rev=42066&r1=42065&r2=42066&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.mysqlserver/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.mysqlserver/CHANGES.txt [utf8] Thu Jan  6 16:35:41 2011
@@ -1,12 +1,15 @@
 Changelog
 =========
 
-1.1.8 (unreleased)
+1.1.8 (2011-01-06)
 ------------------
 
+- Clean up the my.cnf template and make it compatible with MySQL-5.1 or later.
+
 1.1.7 (2010-08-17)
 ------------------
-- use os.execl and replace current process to avoid not needed running process.
+
+- Use os.execl and replace current process to avoid not needed running process.
   [Lukasz Nowak]
 - Add doctest based buildout testing reusing buildout testing API.
   [Lukasz Nowak]

Modified: erp5/trunk/utils/erp5.recipe.mysqlserver/README.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.mysqlserver/README.txt?rev=42066&r1=42065&r2=42066&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.mysqlserver/README.txt [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.mysqlserver/README.txt [utf8] Thu Jan  6 16:35:41 2011
@@ -16,7 +16,9 @@ You can use it with a part like this::
   mysql_bin_folder = ${buildout:bin-directory}
   mysql_datadir = ${buildout:directory}/var/mysql
   mysql_cnf_file = ${buildout:etc-directory}/my.cnf
-
+  # the following is only for MySQL-5.1 or later
+  mysqld-extra-configuration =
+    plugin-load = ha_innodb_plugin.so;ha_sphinx.so
 
 Options
 =======
@@ -46,3 +48,7 @@ mysql_auto_start (optional)
 mysql_cnf_template (optional)
 
    Optional own template which will be used to generate my.cnf file.
+
+mysqld-extra-configuration (optional)
+
+   Extra configuration lines in [mysqld] section.



More information about the Erp5-report mailing list