[pLog-svn] r879 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Jan 30 09:24:01 GMT 2005


Author: oscar
Date: 2005-01-30 09:24:00 +0000 (Sun, 30 Jan 2005)
New Revision: 879

Modified:
   plog/trunk/wizard.php
Log:
the plog_articles_text table now it is forced to be of type myisam


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2005-01-29 20:07:50 UTC (rev 878)
+++ plog/trunk/wizard.php	2005-01-30 09:24:00 UTC (rev 879)
@@ -414,7 +414,8 @@
    KEY article_id (article_id),
    FULLTEXT KEY normalized_text (normalized_text),
    FULLTEXT KEY normalized_topic (normalized_topic),
-   FULLTEXT KEY normalized_fields (normalized_text, normalized_topic))";
+   FULLTEXT KEY normalized_fields (normalized_text, normalized_topic)
+   ) TYPE=MyISAM;";
 
 
 




More information about the pLog-svn mailing list