Kouhei Sutou 2019-05-18 23:00:34 +0900 (Sat, 18 May 2019) Revision: 2c243cc1a1fd46519bd08885183c405b7ade8eec https://github.com/mroonga/mroonga/commit/2c243cc1a1fd46519bd08885183c405b7ade8eec Message: mysql8: ST_FIELD_INFO::open_method isn't used Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+4 -0) =================================================================== --- ha_mroonga.cpp 2019-05-18 23:00:14 +0900 (629b2a33) +++ ha_mroonga.cpp 2019-05-18 23:00:34 +0900 (bd7732ea) @@ -1376,6 +1376,10 @@ static struct st_mysql_information_schema i_s_info = MYSQL_INFORMATION_SCHEMA_INTERFACE_VERSION }; +#ifndef SKIP_OPEN_TABLE +# define SKIP_OPEN_TABLE 0 +#endif + static ST_FIELD_INFO i_s_mrn_stats_fields_info[] = { { -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190518/82b5e11b/attachment.html>