batch patch to opensource

This commit is contained in:
raywill
2021-09-22 19:31:35 +08:00
committed by wangzelin.wzl
parent b276491a6c
commit b2e66c1cd8
7 changed files with 29 additions and 8 deletions

View File

@ -162,7 +162,8 @@ ObExecContext::ObExecContext(ObIAllocator& allocator)
calc_type_(CALC_NORMAL),
fixed_id_(OB_INVALID_ID),
expr_partition_id_(OB_INVALID_ID),
iters_(256, allocator)
iters_(256, allocator),
check_status_times_(0)
{}
ObExecContext::ObExecContext()