Commit fe5fdd51 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use wrapper mode because it seems more stable than storage mode with 'REPLACE INTO'.

parent 228f9bc5
No related merge requests found
......@@ -36,7 +36,7 @@
</item>
<item>
<key> <string>connection_id</string> </key>
<value> <string>erp5_sql_deferred_connection</string> </value>
<value> <string>erp5_sql_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -37,7 +37,7 @@ SearchableText</string> </value>
</item>
<item>
<key> <string>connection_id</string> </key>
<value> <string>erp5_sql_deferred_connection</string> </value>
<value> <string>erp5_sql_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -67,7 +67,7 @@ CREATE TABLE `full_text` (\n
`SearchableText` MEDIUMTEXT,\n
PRIMARY KEY (`uid`),\n
FULLTEXT `SearchableText` (`SearchableText`)\n
) ENGINE=groonga;\n
) ENGINE=groonga COMMENT=\'engine "innodb"\';\n
</string> </value>
</item>
<item>
......
2011-11-01 kazuhiko
* use wrapper mode because it seems more stable than storage mode with 'REPLACE INTO'.
* initial commit that is quite close to erp5_full_text_myisam_catalog.
\ No newline at end of file
1
\ No newline at end of file
2
\ 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