[Groonga-mysql-commit] mroonga/mroonga at bb18550 [master] mysql57: is_directory_separator() exists since MySQL 5.7.17?

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 28 11:06:58 JST 2016


Kouhei Sutou	2016-12-28 11:06:58 +0900 (Wed, 28 Dec 2016)

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

  Message:
    mysql57: is_directory_separator() exists since MySQL 5.7.17?

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2016-12-28 11:05:25 +0900 (db0b097)
+++ mrn_mysql_compat.h    2016-12-28 11:06:58 +0900 (4891b67)
@@ -343,7 +343,7 @@
              (errors))
 #endif
 
-#if MYSQL_VERSION_ID >= 50716 && !defined(MRN_MARIADB_P)
+#if MYSQL_VERSION_ID >= 50717 && !defined(MRN_MARIADB_P)
 #  define mrn_is_directory_separator(c)         \
   is_directory_separator((c))
 #else
-------------- next part --------------
HTML����������������������������...
Download 



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