Kouhei Sutou
null+****@clear*****
Mon Jul 9 15:18:42 JST 2018
Kouhei Sutou 2018-07-09 15:18:42 +0900 (Mon, 09 Jul 2018) New Revision: 250b3cc62703d3c251eb83c8ac08b3b924abd600 https://github.com/mroonga/mroonga/commit/250b3cc62703d3c251eb83c8ac08b3b924abd600 Message: mysql8: use ha_multi_range_read_next() Because multi_range_read_next() is changed to protected. Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -1) =================================================================== --- ha_mroonga.cpp 2018-07-09 15:11:36 +0900 (2fc46e29) +++ ha_mroonga.cpp 2018-07-09 15:18:42 +0900 (c4a5e99a) @@ -13272,7 +13272,7 @@ int ha_mroonga::wrapper_multi_range_read_next(range_id_t *range_info) MRN_SET_WRAP_TABLE_KEY(this, table); if (fulltext_searching) set_pk_bitmap(); - error = wrap_handler->multi_range_read_next(range_info); + error = wrap_handler->ha_multi_range_read_next(range_info); MRN_SET_BASE_SHARE_KEY(share, table->s); MRN_SET_BASE_TABLE_KEY(this, table); DBUG_RETURN(error); -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/626fd653/attachment.htm