fix merge set op last_store_row dynamic leak
This commit is contained in:
@ -624,7 +624,8 @@ public:
|
||||
ObAggregateProcessor(ObEvalCtx &eval_ctx,
|
||||
ObIArray<ObAggrInfo> &aggr_infos,
|
||||
const lib::ObLabel &label,
|
||||
ObMonitorNode &op_monitor_info);
|
||||
ObMonitorNode &op_monitor_info,
|
||||
const int64_t tenant_id);
|
||||
~ObAggregateProcessor() { destroy(); };
|
||||
|
||||
int init();
|
||||
|
||||
Reference in New Issue
Block a user