Navigation Menu

Skip to content

Commit

Permalink
Change key_info source. refs #1547
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Dec 25, 2012
1 parent b86729a commit 899030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -11420,7 +11420,7 @@ int ha_mroonga::storage_enable_indexes(uint mode)
DBUG_PRINT("info", ("mroonga: keys are enabled already"));
DBUG_RETURN(0);
}
KEY *key_info = table_share->key_info;
KEY *key_info = table->key_info;
bitmap_clear_all(table->read_set);
mrn::PathMapper mapper(share->table_name, mrn_database_path_prefix);
for (i = 0; i < n_keys; i++) {
Expand Down

0 comments on commit 899030e

Please sign in to comment.