null+****@clear*****
null+****@clear*****
2011年 6月 18日 (土) 14:37:54 JST
Kentoku 2011-06-18 05:37:54 +0000 (Sat, 18 Jun 2011)
New Revision: dfe7f6ab85b0e4f8203d1ef7aa6767eb57352e10
Log:
change from table_share to table
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc 2011-06-18 05:07:18 +0000 (ff38a08)
+++ ha_mroonga.cc 2011-06-18 05:37:54 +0000 (1508612)
@@ -2555,7 +2555,7 @@ int ha_mroonga::wrapper_write_row(uchar *buf)
uint n_keys = table->s->keys;
for (i = 0; i < n_keys; i++) {
grn_rc rc;
- KEY key_info = table->s->key_info[i];
+ KEY key_info = table->key_info[i];
if (key_info.algorithm != HA_KEY_ALG_FULLTEXT) {
continue;