Navigation Menu

Skip to content

Commit

Permalink
Ensure to initialize grn_table.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 24, 2012
1 parent 5eaea05 commit d043994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ha_mroonga.cc
Expand Up @@ -1836,6 +1836,7 @@ ha_mroonga::ha_mroonga(handlerton *hton, TABLE_SHARE *share_arg)
ctx = grn_ctx_open(0);
mrn_change_encoding(ctx, system_charset_info);
grn_ctx_use(ctx, mrn_db);
grn_table = NULL;
grn_columns = NULL;
cursor = NULL;
index_table_cursor = NULL;
Expand Down

0 comments on commit d043994

Please sign in to comment.