[Groonga-mysql-commit] mroonga/mroonga at 9eccf8b [master] mariadb5.5: fix build error

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 17 10:02:47 JST 2015


Kouhei Sutou	2015-06-17 10:02:47 +0900 (Wed, 17 Jun 2015)

  New Revision: 9eccf8b08513f1335f49d0b9ea524a0550be683f
  https://github.com/mroonga/mroonga/commit/9eccf8b08513f1335f49d0b9ea524a0550be683f

  Message:
    mariadb5.5: fix build error

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2015-06-16 23:19:58 +0900 (caf029f)
+++ mrn_mysql_compat.h    2015-06-17 10:02:47 +0900 (49e9a6c)
@@ -219,7 +219,7 @@
 #  define MRN_SUPPORT_CUSTOM_OPTIONS
 #endif
 
-#ifdef MRN_MARIADB_P
+#if defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 100000
 #  if MYSQL_VERSION_ID >= 100104
 #    define mrn_init_sql_alloc(thd, mem_root)                           \
   init_sql_alloc(mem_root,                                              \
-------------- next part --------------
HTML����������������������������...
下载 



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