[Groonga-mysql-commit] mroonga/mroonga at 6970b38 [master] Support MariaDB 5.5.57

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 20 09:33:47 JST 2017


Kouhei Sutou	2017-07-20 09:33:47 +0900 (Thu, 20 Jul 2017)

  New Revision: 6970b38341b4633ced47c01773ec654ca24c41b4
  https://github.com/mroonga/mroonga/commit/6970b38341b4633ced47c01773ec654ca24c41b4

  Message:
    Support MariaDB 5.5.57

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+3 -1)
===================================================================
--- mrn_mysql_compat.h    2017-07-20 08:43:27 +0900 (8b5b1af)
+++ mrn_mysql_compat.h    2017-07-20 09:33:47 +0900 (47dff1a)
@@ -356,7 +356,9 @@
 #  define MRN_HAVE_MYSQL_FIELD_PART_OF_KEY_NOT_CLUSTERED
 #endif
 
-#if defined(MRN_MARIADB_P) && (MYSQL_VERSION_ID >= 100207)
+#if defined(MRN_MARIADB_P) &&                                           \
+  ((MYSQL_VERSION_ID >= 100207) ||                                      \
+   ((MYSQL_VERSION_ID >= 50557) && (MYSQL_VERSION_ID < 100000)))
 #  define mrn_create_partition_name(out,                                \
                                     out_length,                         \
                                     in1,                                \
-------------- next part --------------
HTML����������������������������...
Download 



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