Commit cb4fe822 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

engine name is mroonga instead of groonga since mroonga-1.20.

parent ff6f3730
......@@ -65,7 +65,7 @@
`translated_text` TEXT,\n
PRIMARY KEY (`uid`, `property_name`, `content_language`),\n
FULLTEXT KEY (`translated_text`)\n
) ENGINE=groonga;\n
) ENGINE=mroonga;\n
</string> </value>
</item>
<item>
......
......@@ -67,7 +67,7 @@ CREATE TABLE `full_text` (\n
`SearchableText` MEDIUMTEXT,\n
PRIMARY KEY (`uid`),\n
FULLTEXT `SearchableText` (`SearchableText`)\n
) ENGINE=groonga;\n
) ENGINE=mroonga;\n
</string> </value>
</item>
<item>
......
2012-01-30 Kazuhiko
* engine name is mroonga instead of groonga since mroonga-1.20.
2012-01-05 Kazuhiko
* move create/drop table SQL for content_translation table from erp5_content_translation to erp5_full_text_*_catalog BT.
* rename from erp5_full_text_groonga_catalog to erp5_full_text_mroonga_catalog.
......
2
\ No newline at end of file
3
\ No newline at end of file
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