Commit c005de7d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

revert the unintended previous commit (use wrapper mode because it seems more...

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