Navigation Menu

Skip to content

Commit

Permalink
Add missing #ifdef MRN_HANDLER_HAVE_CHECK_IF_SUPPORTED_INPLACE_ALTER
Browse files Browse the repository at this point in the history
refs #1548
  • Loading branch information
kenhys committed Dec 25, 2012
1 parent 1425b39 commit b86729a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ha_mroonga.cpp
Expand Up @@ -10013,10 +10013,12 @@ int ha_mroonga::wrapper_reset()
error = wrap_handler->ha_reset();
MRN_SET_BASE_SHARE_KEY(share, table->s);
MRN_SET_BASE_TABLE_KEY(this, table);
#ifdef MRN_HANDLER_HAVE_CHECK_IF_SUPPORTED_INPLACE_ALTER
if (alter_key_info_buffer) {
my_free(alter_key_info_buffer, MYF(0));
alter_key_info_buffer = NULL;
}
#endif
DBUG_RETURN(error);
}

Expand Down

0 comments on commit b86729a

Please sign in to comment.