Navigation Menu

Skip to content

Commit

Permalink
Stop to build needless code
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2015
1 parent 37496f9 commit 2894292
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ha_mroonga.cpp
Expand Up @@ -16261,6 +16261,7 @@ void ha_mroonga::free_foreign_key_create_info(char* str)
DBUG_VOID_RETURN;
}

#ifdef MRN_RBR_UPDATE_NEED_ALL_COLUMNS
bool ha_mroonga::check_written_by_row_based_binlog()
{
MRN_DBUG_ENTER_METHOD();
Expand Down Expand Up @@ -16294,6 +16295,7 @@ bool ha_mroonga::check_written_by_row_based_binlog()

DBUG_RETURN(true);
}
#endif

#ifdef MRN_HAVE_HA_REBIND_PSI
void ha_mroonga::wrapper_unbind_psi()
Expand Down
2 changes: 2 additions & 0 deletions ha_mroonga.hpp
Expand Up @@ -1205,7 +1205,9 @@ class ha_mroonga: public handler
void storage_free_foreign_key_create_info(char* str);
void wrapper_set_keys_in_use();
void storage_set_keys_in_use();
#ifdef MRN_RBR_UPDATE_NEED_ALL_COLUMNS
bool check_written_by_row_based_binlog();
#endif
#ifdef MRN_HAVE_HA_REBIND_PSI
void wrapper_unbind_psi();
void storage_unbind_psi();
Expand Down

0 comments on commit 2894292

Please sign in to comment.