[Groonga-mysql-commit] mroonga/mroonga at cc8504b [master] Remove needless check for old MySQL

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 23:11:57 JST 2015


Kouhei Sutou	2015-06-21 23:11:57 +0900 (Sun, 21 Jun 2015)

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

  Message:
    Remove needless check for old MySQL

  Modified files:
    ha_mroonga.hpp

  Modified: ha_mroonga.hpp (+1 -3)
===================================================================
--- ha_mroonga.hpp    2015-06-21 23:10:33 +0900 (a2484c3)
+++ ha_mroonga.hpp    2015-06-21 23:11:57 +0900 (f4eac13)
@@ -93,9 +93,7 @@ extern "C" {
 #  define MRN_HA_ROWS_FORMAT "lu"
 #endif
 
-#if (MYSQL_VERSION_ID < 50519) || \
-    defined(MRN_MARIADB_P) || \
-    (50600 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID < 50604)
+#ifdef MRN_MARIADB_P
 #  define MRN_NEED_FREE_STRING_MEMALLOC_PLUGIN_VAR
 #endif
 
-------------- next part --------------
HTML����������������������������...
下載 



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