Kentoku
null+****@clear*****
Thu Oct 4 10:34:51 JST 2012
Kentoku 2011-06-18 17:54:41 +0900 (Sat, 18 Jun 2011) New Revision: d748b955aa63493c49ef93d67370463c4039f27b https://github.com/mroonga/mroonga/commit/d748b955aa63493c49ef93d67370463c4039f27b Log: fix position problem Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+1 -1) =================================================================== --- ha_mroonga.cc 2011-06-18 17:10:24 +0900 (4f4358c) +++ ha_mroonga.cc 2011-06-18 17:54:41 +0900 (4c82414) @@ -2452,8 +2452,8 @@ void ha_mroonga::wrapper_position(const uchar *record) MRN_DBUG_ENTER_METHOD(); MRN_SET_WRAP_SHARE_KEY(share, table->s); MRN_SET_WRAP_TABLE_KEY(this, table); + wrap_handler->ref = ref; wrap_handler->position(record); - ref = wrap_handler->ref; MRN_SET_BASE_SHARE_KEY(share, table->s); MRN_SET_BASE_TABLE_KEY(this, table); DBUG_VOID_RETURN; -------------- next part -------------- HTML����������������������������...Download