[Groonga-mysql-commit] mroonga/mroonga at ba1a42c [master] Remove needless check for old MySQL

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 23:12:29 JST 2015


Kouhei Sutou	2015-06-21 23:12:29 +0900 (Sun, 21 Jun 2015)

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

  Message:
    Remove needless check for old MySQL

  Modified files:
    ha_mroonga.cpp
    ha_mroonga.hpp

  Modified: ha_mroonga.cpp (+0 -2)
===================================================================
--- ha_mroonga.cpp    2015-06-21 23:11:57 +0900 (10f7482)
+++ ha_mroonga.cpp    2015-06-21 23:12:29 +0900 (8ebcf07)
@@ -513,11 +513,9 @@ static const char *mrn_inspect_extra_function(enum ha_extra_function operation)
   case HA_EXTRA_PREPARE_FOR_RENAME:
     inspected = "HA_EXTRA_PREPARE_FOR_RENAME";
     break;
-#ifdef MRN_HAVE_HA_EXTRA_ADD_CHILDREN_LIST
   case HA_EXTRA_ADD_CHILDREN_LIST:
     inspected = "HA_EXTRA_ADD_CHILDREN_LIST";
     break;
-#endif
   case HA_EXTRA_ATTACH_CHILDREN:
     inspected = "HA_EXTRA_ATTACH_CHILDREN";
     break;

  Modified: ha_mroonga.hpp (+0 -1)
===================================================================
--- ha_mroonga.hpp    2015-06-21 23:11:57 +0900 (f4eac13)
+++ ha_mroonga.hpp    2015-06-21 23:12:29 +0900 (b1b1f69)
@@ -98,7 +98,6 @@ extern "C" {
 #endif
 
 #if MYSQL_VERSION_ID >= 50500
-#  define MRN_HAVE_HA_EXTRA_ADD_CHILDREN_LIST
 #  define MRN_HAVE_HA_EXTRA_IS_ATTACHED_CHILDREN
 #endif
 
-------------- next part --------------
HTML����������������������������...
Download 



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