[Groonga-mysql-commit] mroonga/mroonga at f62c523 [master] Remove code for MySQL < 5.5

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 22:55:04 JST 2015


Kouhei Sutou	2015-06-21 22:55:04 +0900 (Sun, 21 Jun 2015)

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

  Message:
    Remove code for MySQL < 5.5

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2015-06-21 22:54:11 +0900 (75a2f06)
+++ mrn_mysql_compat.h    2015-06-21 22:55:04 +0900 (8222668)
@@ -93,7 +93,7 @@
 #  define MRN_ITEM_HAVE_ITEM_NAME
 #endif
 
-#if MYSQL_VERSION_ID >= 50500 && MYSQL_VERSION_ID < 100000
+#if MYSQL_VERSION_ID < 100000
 #  define MRN_HAVE_TABLE_DEF_CACHE
 #endif
 
-------------- next part --------------
HTML����������������������������...
Download 



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