[Erp5-report] r42978 ivan - in /erp5/trunk/bt5/erp5_full_text_myisam_catalog: CatalogMethod...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 3 14:02:23 CET 2011
Author: ivan
Date: Thu Feb 3 14:02:23 2011
New Revision: 42978
URL: http://svn.erp5.org?rev=42978&view=rev
Log:
Use MEDIUMTEXT rather than Text types to allow bigger SearchableText storage.
Modified:
erp5/trunk/bt5/erp5_full_text_myisam_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_fulltext.xml
erp5/trunk/bt5/erp5_full_text_myisam_catalog/bt/revision
Modified: erp5/trunk/bt5/erp5_full_text_myisam_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_fulltext.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_full_text_myisam_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_fulltext.xml?rev=42978&r1=42977&r2=42978&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_full_text_myisam_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_fulltext.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_full_text_myisam_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_fulltext.xml [utf8] Thu Feb 3 14:02:23 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
FULLTEXT `SearchableText` (`SearchableText`)\n
) ENGINE=MyISAM;\n
Modified: erp5/trunk/bt5/erp5_full_text_myisam_catalog/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_full_text_myisam_catalog/bt/revision?rev=42978&r1=42977&r2=42978&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_full_text_myisam_catalog/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_full_text_myisam_catalog/bt/revision [utf8] Thu Feb 3 14:02:23 2011
@@ -1 +1 @@
-3
\ No newline at end of file
+4
\ No newline at end of file
More information about the Erp5-report
mailing list