[Groonga-mysql-commit] mroonga/mroonga at c3a4c99 [master] Fix macro name

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 21 23:17:02 JST 2015


Kouhei Sutou	2015-03-21 23:17:02 +0900 (Sat, 21 Mar 2015)

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

  Message:
    Fix macro name

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2015-03-21 23:13:58 +0900 (00d288c)
+++ mrn_mysql_compat.h    2015-03-21 23:17:02 +0900 (8671073)
@@ -61,7 +61,7 @@
 #  define KEY_N_KEY_PARTS(key) (key)->key_parts
 #endif
 
-#if defined(MRN_MARIADB_P) && MYSQL_VERSION >= 100000
+#if defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 100000
 #  define mrn_init_alloc_root(PTR, SZ1, SZ2, FLAG) \
   init_alloc_root(PTR, SZ1, SZ2, FLAG)
 #elif MYSQL_VERSION_ID >= 50706
-------------- next part --------------
HTML����������������������������...
Download 



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