null+****@clear*****
null+****@clear*****
2011年 7月 1日 (金) 13:56:56 JST
mooz 2011-07-01 04:56:56 +0000 (Fri, 01 Jul 2011)
New Revision: 9ff47896811b892ff31bbb44be4998e30f7edf9f
Log:
removed redundant operations. refs #1027
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+0 -2)
===================================================================
--- ha_mroonga.cc 2011-06-29 10:35:29 +0000 (fd52737)
+++ ha_mroonga.cc 2011-07-01 04:56:56 +0000 (ab76310)
@@ -4543,8 +4543,6 @@ int ha_mroonga::wrapper_reset()
error = wrap_handler->ha_reset();
MRN_SET_BASE_SHARE_KEY(share, table->s);
MRN_SET_BASE_TABLE_KEY(this, table);
- grn_obj_unlink(ctx, matched_record_keys);
- matched_record_keys = NULL;
if (matched_record_keys) {
grn_obj_unlink(ctx, matched_record_keys);
matched_record_keys = NULL;