Navigation Menu

Skip to content

Commit

Permalink
Remove a needless 'error'...
Browse files Browse the repository at this point in the history
Reported by Ryo Onodera. Thanks!!!
  • Loading branch information
kou committed Apr 16, 2012
1 parent b48f3b8 commit f091d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -10226,7 +10226,7 @@ bool ha_mroonga::wrapper_auto_repair(int error) const
#ifdef MRN_HANDLER_AUTO_REPAIR_HAVE_ERROR
crashed = wrap_handler->auto_repair(error);
#else
crashed = wrap_handler->auto_repair(error);
crashed = wrap_handler->auto_repair();
#endif
MRN_SET_BASE_SHARE_KEY(share, table->s);
MRN_SET_BASE_TABLE_KEY(this, table);
Expand Down

0 comments on commit f091d21

Please sign in to comment.