Navigation Menu

Skip to content

Commit

Permalink
Remove needless spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 4, 2012
1 parent 2db7ba0 commit db460a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ha_mroonga.cpp
Expand Up @@ -12903,11 +12903,11 @@ bool ha_mroonga::check_written_by_row_based_binlog()
#ifdef _WIN32
unsigned __int64 option_bits;
#else
uint64 option_bits;
uint64 option_bits;
#endif

#ifdef MRN_ROW_BASED_CHECK_IS_METHOD
current_stmt_binlog_row = thd->is_current_stmt_binlog_format_row();
current_stmt_binlog_row = thd->is_current_stmt_binlog_format_row();
#else
current_stmt_binlog_row = thd->current_stmt_binlog_row_based;
#endif
Expand Down

0 comments on commit db460a8

Please sign in to comment.