Navigation Menu

Skip to content

Commit

Permalink
change from table_share to table
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Jun 18, 2011
1 parent 020be5d commit dfe7f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -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;
Expand Down

0 comments on commit dfe7f6a

Please sign in to comment.