[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] removed redundant operations. refs #1027

Back to archive index

mooz null+****@clear*****
Thu Oct 4 10:35:01 JST 2012


mooz	2011-07-01 13:56:56 +0900 (Fri, 01 Jul 2011)

  New Revision: 9ff47896811b892ff31bbb44be4998e30f7edf9f
  https://github.com/mroonga/mroonga/commit/9ff47896811b892ff31bbb44be4998e30f7edf9f

  Log:
    removed redundant operations. refs #1027

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+0 -2)
===================================================================
--- ha_mroonga.cc    2011-06-29 19:35:29 +0900 (fd52737)
+++ ha_mroonga.cc    2011-07-01 13:56:56 +0900 (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;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index