[Erp5-report] r42977 ivan - in /erp5/trunk/bt5/erp5_full_text_sphinxse_catalog: CatalogMeth...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 3 14:00:38 CET 2011


Author: ivan
Date: Thu Feb  3 14:00:37 2011
New Revision: 42977

URL: http://svn.erp5.org?rev=42977&view=rev
Log:
Use MEDIUMTEXT rather than Text types to allow bigger SearchableText storage.

Modified:
    erp5/trunk/bt5/erp5_full_text_sphinxse_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_fulltext.xml
    erp5/trunk/bt5/erp5_full_text_sphinxse_catalog/bt/revision

Modified: erp5/trunk/bt5/erp5_full_text_sphinxse_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_fulltext.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_full_text_sphinxse_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_fulltext.xml?rev=42977&r1=42976&r2=42977&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_full_text_sphinxse_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_fulltext.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_full_text_sphinxse_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_fulltext.xml [utf8] Thu Feb  3 14:00:37 2011
@@ -64,7 +64,7 @@
 #\n
 CREATE TABLE `full_text` (\n
   `uid` BIGINT UNSIGNED NOT NULL,\n
-  `SearchableText` text,\n
+  `SearchableText` MEDIUMTEXT,\n
   PRIMARY KEY  (`uid`)\n
 ) ENGINE=InnoDB;\n
 </string> </value>

Modified: erp5/trunk/bt5/erp5_full_text_sphinxse_catalog/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_full_text_sphinxse_catalog/bt/revision?rev=42977&r1=42976&r2=42977&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_full_text_sphinxse_catalog/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_full_text_sphinxse_catalog/bt/revision [utf8] Thu Feb  3 14:00:37 2011
@@ -1 +1 @@
-20
\ No newline at end of file
+21
\ No newline at end of file



More information about the Erp5-report mailing list