close defensive mgr temporarily

This commit is contained in:
obdev
2023-02-07 11:07:27 +08:00
committed by ob-robot
parent 43fd5f9462
commit 7df30dbbee

View File

@ -330,6 +330,7 @@ int ObSingleMerge::inner_get_next_row(ObDatumRow &row)
} }
} }
#ifdef ENABLE_DEBUG_LOG #ifdef ENABLE_DEBUG_LOG
/*
if (OB_SUCC(ret)) { if (OB_SUCC(ret)) {
access_ctx_->defensive_check_record_.query_flag_ = access_ctx_->query_flag_; access_ctx_->defensive_check_record_.query_flag_ = access_ctx_->query_flag_;
transaction::ObTransService *trx = MTL(transaction::ObTransService *); transaction::ObTransService *trx = MTL(transaction::ObTransService *);
@ -346,6 +347,7 @@ int ObSingleMerge::inner_get_next_row(ObDatumRow &row)
} }
} }
access_ctx_->defensive_check_record_.reset(); access_ctx_->defensive_check_record_.reset();
*/
#endif #endif
rowkey_ = NULL; rowkey_ = NULL;
} else { } else {