additional fix for fix subplan stack overflow
This commit is contained in:
parent
0132b269f7
commit
f46cc5847d
@ -1133,7 +1133,7 @@ int ObSubPlanFilterOp::inner_get_next_batch(const int64_t max_row_cnt)
|
||||
int ret = OB_SUCCESS;
|
||||
int64_t op_max_batch_size = min(max_row_cnt, MY_SPEC.max_batch_size_);
|
||||
if (need_init_before_get_row_) {
|
||||
OZ(SMART_CALL(prepare_onetime_exprs()));
|
||||
OZ(prepare_onetime_exprs());
|
||||
}
|
||||
//从主表中获取一行数据
|
||||
clear_evaluated_flag();
|
||||
|
Loading…
x
Reference in New Issue
Block a user