fix dtl interm result leak

This commit is contained in:
obdev
2023-04-24 04:18:38 +00:00
committed by ob-robot
parent 0e5a7281f9
commit 16b713759f
23 changed files with 235 additions and 21 deletions

View File

@ -77,6 +77,8 @@ OB_SERIALIZE_MEMBER(ObSqcTableLocationKey,
tablet_id_,
is_dml_,
is_loc_uncertain_);
OB_SERIALIZE_MEMBER(ObPxCleanDtlIntermResInfo, ch_total_info_, sqc_id_, task_count_);
OB_SERIALIZE_MEMBER(ObPxCleanDtlIntermResArgs, info_, batch_size_);
int ObPxSqcMeta::assign(const ObPxSqcMeta &other)
{