[Groonga-mysql-commit] mroonga/mroonga at 75315b2 [master] Fix type

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 26 13:01:15 JST 2015


Kouhei Sutou	2015-04-26 13:01:15 +0900 (Sun, 26 Apr 2015)

  New Revision: 75315b29b14582d585a57bd15bebbeaa788ab028
  https://github.com/mroonga/mroonga/commit/75315b29b14582d585a57bd15bebbeaa788ab028

  Message:
    Fix type

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2015-04-26 12:54:18 +0900 (9705975)
+++ ha_mroonga.cpp    2015-04-26 13:01:15 +0900 (feb809d)
@@ -12689,7 +12689,7 @@ bool ha_mroonga::storage_is_crashed() const
 bool ha_mroonga::is_crashed() const
 {
   MRN_DBUG_ENTER_METHOD();
-  int crashed;
+  bool crashed;
   if (share->wrapper_mode)
   {
     crashed = wrapper_is_crashed();
-------------- next part --------------
HTML����������������������������...
Download 



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