Kouhei Sutou
null+****@clear*****
Mon Feb 5 10:24:47 JST 2018
Kouhei Sutou 2018-02-05 10:24:47 +0900 (Mon, 05 Feb 2018) New Revision: 5de861eba07c84b0c0c96cd80e3ed888da8d8375 https://github.com/mroonga/mroonga/commit/5de861eba07c84b0c0c96cd80e3ed888da8d8375 Message: Make buildable with MySQL 5.5 again Modified files: mrn_mysql.h Modified: mrn_mysql.h (+3 -1) =================================================================== --- mrn_mysql.h 2018-02-04 12:22:58 +0900 (66f565e5) +++ mrn_mysql.h 2018-02-05 10:24:47 +0900 (9db7ef21) @@ -44,7 +44,9 @@ #include <mysql_version.h> #include <sql_plugin.h> -#include <my_default.h> +#if MYSQL_VERSION_ID >= 50600 +# include <my_default.h> +#endif #ifdef MARIADB_BASE_VERSION # define MRN_MARIADB_P 1 -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180205/286b73cd/attachment.htm