[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Remove a needless 'error'...

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:42:14 JST 2012


Kouhei Sutou	2012-04-16 16:33:30 +0900 (Mon, 16 Apr 2012)

  New Revision: f091d2100b9963bd76981307281bfdf650a8c4d0
  https://github.com/mroonga/mroonga/commit/f091d2100b9963bd76981307281bfdf650a8c4d0

  Log:
    Remove a needless 'error'...
    
    Reported by Ryo Onodera. Thanks!!!

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2012-04-16 14:52:48 +0900 (b319cd4)
+++ ha_mroonga.cpp    2012-04-16 16:33:30 +0900 (84d35e9)
@@ -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);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index