[Erp5-report] r10899 - /erp5/trunk/products/ERP5Catalog/sql/erp5_mysql/z_create_fulltext.zsql
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Oct 23 21:44:27 CEST 2006
Author: alex
Date: Mon Oct 23 21:44:24 2006
New Revision: 10899
URL: http://svn.erp5.org?rev=10899&view=rev
Log:
fulltext table should use deferred connection (as it is not suported by Innodb)
Modified:
erp5/trunk/products/ERP5Catalog/sql/erp5_mysql/z_create_fulltext.zsql
Modified: erp5/trunk/products/ERP5Catalog/sql/erp5_mysql/z_create_fulltext.zsql
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/sql/erp5_mysql/z_create_fulltext.zsql?rev=10899&r1=10898&r2=10899&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Catalog/sql/erp5_mysql/z_create_fulltext.zsql (original)
+++ erp5/trunk/products/ERP5Catalog/sql/erp5_mysql/z_create_fulltext.zsql Mon Oct 23 21:44:24 2006
@@ -1,6 +1,6 @@
<dtml-comment>
title:
-connection_id:erp5_sql_connection
+connection_id:erp5_sql_deferred_connection
max_rows:1000
max_cache:100
cache_time:0
More information about the Erp5-report
mailing list