Commit 2dba0994 authored by Vincent Pelletier's avatar Vincent Pelletier

Explicitely create full_text table as MyISAM table.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12240 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa4c7f79
......@@ -106,7 +106,7 @@ CREATE TABLE `full_text` (\n
`SearchableText` text,\n
PRIMARY KEY (`uid`),\n
FULLTEXT `SearchableText` (`SearchableText`)\n
);\n
) ENGINE=MyISAM;\n
</string> </value>
</item>
<item>
......@@ -150,7 +150,7 @@ CREATE TABLE `full_text` (\n
`SearchableText` text,\n
PRIMARY KEY (`uid`),\n
FULLTEXT `SearchableText` (`SearchableText`)\n
);\n
) ENGINE=MyISAM;\n
</string> </value>
</item>
</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