[Groonga-mysql-commit] mroonga/mroonga at c171f92 [master] mariadb10.3: update supported extra flags

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 27 17:15:43 JST 2018


Kouhei Sutou	2018-04-27 17:15:43 +0900 (Fri, 27 Apr 2018)

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

  Message:
    mariadb10.3: update supported extra flags

  Modified files:
    ha_mroonga.cpp
    ha_mroonga.hpp

  Modified: ha_mroonga.cpp (+5 -0)
===================================================================
--- ha_mroonga.cpp    2018-04-27 17:11:08 +0900 (55ba3113)
+++ ha_mroonga.cpp    2018-04-27 17:15:43 +0900 (36569ed0)
@@ -598,6 +598,11 @@ static const char *mrn_inspect_extra_function(enum ha_extra_function operation)
     inspected = "HA_EXTRA_STARTING_ORDERED_INDEX_SCAN";
     break;
 #endif
+#ifdef MRN_HAVE_HA_EXTRA_FAKE_START_STMT
+  case HA_EXTRA_FAKE_START_STMT:
+    inspected = "HA_EXTRA_FAKE_START_STMT";
+    break;
+#endif
   }
   return inspected;
 }

  Modified: ha_mroonga.hpp (+6 -0)
===================================================================
--- ha_mroonga.hpp    2018-04-27 17:11:08 +0900 (ac903454)
+++ ha_mroonga.hpp    2018-04-27 17:15:43 +0900 (fd6a5aa5)
@@ -134,6 +134,12 @@ extern "C" {
 #  define MRN_HAVE_HA_EXTRA_STARTING_ORDERED_INDEX_SCAN
 #endif
 
+#if MYSQL_VERSION_ID >= 100306 && defined(MRN_MARIADB_P)
+#  define MRN_HAVE_HA_EXTRA_BEGIN_ALTER_COPY
+#  define MRN_HAVE_HA_EXTRA_END_ALTER_COPY
+#  define MRN_HAVE_HA_EXTRA_FAKE_START_STMT
+#endif
+
 #if MYSQL_VERSION_ID >= 50604 && !defined(MRN_MARIADB_P)
 #  define MRN_TIMESTAMP_USE_TIMEVAL
 #elif defined(MRN_MARIADB_P)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180427/18901acf/attachment.htm 



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