Kouhei Sutou 2019-05-18 23:16:08 +0900 (Sat, 18 May 2019) Revision: 9780e61ff616f3f03fc440e47afbd42ef5bfd962 https://github.com/mroonga/mroonga/commit/9780e61ff616f3f03fc440e47afbd42ef5bfd962 Message: mariadb10.3: add support for MariaDB 10.3.15 Modified files: ha_mroonga.hpp Modified: ha_mroonga.hpp (+2 -1) =================================================================== --- ha_mroonga.hpp 2019-05-18 23:02:20 +0900 (756d3b68) +++ ha_mroonga.hpp 2019-05-18 23:16:08 +0900 (450113ef) @@ -328,7 +328,8 @@ typedef uint mrn_alter_table_flags; # define MRN_HANDLER_HAVE_TABLE_CACHE_TYPE #endif -#if MYSQL_VERSION_ID < 50726 || defined(MRN_MARIADB_P) +#if MYSQL_VERSION_ID < 50726 || \ + (defined(MRN_MARIADB_P) && MYSQL_VERSION_ID < 100315) # 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/f8f08e96/attachment.html>