Kenji Maruyama
null+****@clear*****
Thu Nov 14 00:01:16 JST 2013
Kenji Maruyama 2013-11-14 00:01:16 +0900 (Thu, 14 Nov 2013) New Revision: 570279835faf81f0df89051425d2a354a1585c82 https://github.com/mroonga/mroonga/commit/570279835faf81f0df89051425d2a354a1585c82 Message: Fix multi range read disk sweep. refs #1959 Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+2 -0) =================================================================== --- ha_mroonga.cpp 2013-11-13 21:38:00 +0900 (2e01a18) +++ ha_mroonga.cpp 2013-11-14 00:01:16 +0900 (554b1cc) @@ -3809,7 +3809,9 @@ int ha_mroonga::wrapper_open(const char *name, int mode, uint test_if_locked) DBUG_RETURN(HA_ERR_OUT_OF_MEM); } wrap_handler->init(); +#if MYSQL_VERSION_ID >= 50600 wrap_handler->set_ha_share_ref(&table->s->ha_share); +#endif error = wrap_handler->ha_open(table, name, mode, test_if_locked); } else { #ifdef MRN_HANDLER_CLONE_NEED_NAME -------------- next part -------------- HTML����������������������������...다운로드