[Groonga-mysql-commit] mroonga/mroonga at 2f84caf [master] mariadb 10.0: fix compile error on Debian jessie

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Aug 28 22:52:38 JST 2017


Kentaro Hayashi	2017-08-28 22:52:38 +0900 (Mon, 28 Aug 2017)

  New Revision: 2f84caf3da11376116072bfd99f5b76f1ceba3ef
  https://github.com/mroonga/mroonga/commit/2f84caf3da11376116072bfd99f5b76f1ceba3ef

  Message:
    mariadb 10.0: fix compile error on Debian jessie

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -0)
===================================================================
--- mrn_mysql_compat.h    2017-08-28 17:55:35 +0900 (aa6ec5c2)
+++ mrn_mysql_compat.h    2017-08-28 22:52:38 +0900 (d33a8c88)
@@ -363,6 +363,7 @@
 #if defined(MRN_MARIADB_P) &&                                           \
   ((MYSQL_VERSION_ID >= 100207) ||                                      \
    ((MYSQL_VERSION_ID >= 100126) && (MYSQL_VERSION_ID < 100200)) ||     \
+   ((MYSQL_VERSION_ID >= 100032) && (MYSQL_VERSION_ID < 100100)) ||     \
    ((MYSQL_VERSION_ID >= 50557) && (MYSQL_VERSION_ID < 100000)))
 #  define mrn_create_partition_name(out,                                \
                                     out_length,                         \
-------------- next part --------------
HTML����������������������������...
Descargar 



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