Kouhei Sutou 2019-05-15 18:30:45 +0900 (Wed, 15 May 2019) Revision: f2435bc05be06e385a3530525c2a87fcdb7359ae https://github.com/mroonga/mroonga/commit/f2435bc05be06e385a3530525c2a87fcdb7359ae Message: Suppress an unused variable warning Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -1) =================================================================== --- ha_mroonga.cpp 2019-05-15 18:30:41 +0900 (486b5ca1) +++ ha_mroonga.cpp 2019-05-15 18:30:45 +0900 (dd6e055f) @@ -301,7 +301,7 @@ static PSI_memory_info mrn_all_memory_keys[]= }; #endif -#ifdef MRN_HAVE_PSI_FILE_KEY +#ifdef MRN_HAVE_DB_TYPE_ROCKSDB static PSI_file_key mrn_key_file_frm; static PSI_file_info mrn_all_file_keys[] = { PSI_INFO_ENTRY(&mrn_key_file_frm, -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190515/52be5b80/attachment.html>