Commit fa4c7f79 authored by Vincent Pelletier's avatar Vincent Pelletier

Explicitely create full_text table as MyISAM.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12239 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 37f20420
...@@ -106,7 +106,7 @@ CREATE TABLE `full_text` (\n ...@@ -106,7 +106,7 @@ CREATE TABLE `full_text` (\n
`SearchableText` text,\n `SearchableText` text,\n
PRIMARY KEY (`uid`),\n PRIMARY KEY (`uid`),\n
FULLTEXT `SearchableText` (`SearchableText`)\n FULLTEXT `SearchableText` (`SearchableText`)\n
);\n ) ENGINE=MyISAM;\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -150,7 +150,7 @@ CREATE TABLE `full_text` (\n ...@@ -150,7 +150,7 @@ CREATE TABLE `full_text` (\n
`SearchableText` text,\n `SearchableText` text,\n
PRIMARY KEY (`uid`),\n PRIMARY KEY (`uid`),\n
FULLTEXT `SearchableText` (`SearchableText`)\n FULLTEXT `SearchableText` (`SearchableText`)\n
);\n ) ENGINE=MyISAM;\n
</string> </value> </string> </value>
</item> </item>
</dictionary> </dictionary>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment