Kouhei Sutou 2019-05-18 22:55:54 +0900 (Sat, 18 May 2019) Revision: 92d38a22d0c96a01dc548888b19e6738ba07fb1d https://github.com/mroonga/mroonga/commit/92d38a22d0c96a01dc548888b19e6738ba07fb1d Message: Add support for MySQL 5.7.26 Modified files: ha_mroonga.hpp Modified: ha_mroonga.hpp (+3 -0) =================================================================== --- ha_mroonga.hpp 2019-05-18 21:52:38 +0900 (65198d9c) +++ ha_mroonga.hpp 2019-05-18 22:55:54 +0900 (756d3b68) @@ -326,6 +326,9 @@ typedef uint mrn_alter_table_flags; #if MYSQL_VERSION_ID < 80011 || defined(MRN_MARIADB_P) # define MRN_HANDLER_HAVE_TABLE_CACHE_TYPE +#endif + +#if MYSQL_VERSION_ID < 50726 || defined(MRN_MARIADB_P) # define MRN_HANDLER_HAVE_REGISTER_QUERY_CACHE_TABLE #endif -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190518/1e00cf69/attachment.html>