null+****@clear*****
null+****@clear*****
2011年 6月 18日 (土) 17:54:41 JST
Kentoku 2011-06-18 08:54:41 +0000 (Sat, 18 Jun 2011)
New Revision: d748b955aa63493c49ef93d67370463c4039f27b
Log:
fix position problem
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc 2011-06-18 08:10:24 +0000 (4f4358c)
+++ ha_mroonga.cc 2011-06-18 08:54:41 +0000 (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;