[Groonga-mysql-commit] mroonga/mroonga at f3a67f3 [master] Remove unused definition

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 30 10:24:18 JST 2018


Kouhei Sutou	2018-07-30 10:24:18 +0900 (Mon, 30 Jul 2018)

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

  Message:
    Remove unused definition

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+0 -5)
===================================================================
--- mrn_mysql_compat.h    2018-07-30 10:13:32 +0900 (1e70c4a9)
+++ mrn_mysql_compat.h    2018-07-30 10:24:18 +0900 (4bbb28bc)
@@ -168,11 +168,6 @@
   typedef MYSQL_LEX_STRING mrn_thd_lex_string;
 #endif
 
-#if ((MYSQL_VERSION_ID >= 50600 && !defined(MRN_MARIADB_P)) ||  \
-     (MYSQL_VERSION_ID >= 100100 && defined(MRN_MARIADB_P)))
-#  define MRN_THD_VARIABLES_HAVE_BINLOG_ROW_IMAGE
-#endif
-
 #if defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 100306
 #  define mrn_init_alloc_root(root, name, block_size, pre_alloc_size, flags) \
   init_alloc_root(root, name, block_size, pre_alloc_size, flags)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180730/2a911969/attachment-0001.htm 



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