[Groonga-mysql-commit] mroonga/mroonga at 41b058a [master] mysql57: update get_table_share() API detection

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 17 22:09:14 JST 2015


Kouhei Sutou	2015-03-17 22:09:14 +0900 (Tue, 17 Mar 2015)

  New Revision: 41b058a97a76a65b365b893c0de584047ba9f8a5
  https://github.com/mroonga/mroonga/commit/41b058a97a76a65b365b893c0de584047ba9f8a5

  Message:
    mysql57: update get_table_share() API detection

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2015-03-17 22:05:06 +0900 (6c45e77)
+++ mrn_mysql_compat.h    2015-03-17 22:09:14 +0900 (617298e)
@@ -109,7 +109,7 @@
 #  define MRN_ITEM_HAVE_ITEM_NAME
 #endif
 
-#if MYSQL_VERSION_ID >= 50500 && MYSQL_VERSION_ID < 50700
+#if MYSQL_VERSION_ID >= 50500 && MYSQL_VERSION_ID < 100000
 #  define MRN_HAVE_TABLE_DEF_CACHE
 #endif
 
-------------- next part --------------
HTML����������������������������...
下载 



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