fix spf do not init memory_used leads hashmap disable
This commit is contained in:
committed by
ob-robot
parent
0c1fb55a7e
commit
41d581549c
@ -49,6 +49,10 @@ ObSubQueryIterator::ObSubQueryIterator(ObOperator &op)
|
|||||||
onetime_plan_(false),
|
onetime_plan_(false),
|
||||||
init_plan_(false),
|
init_plan_(false),
|
||||||
inited_(false),
|
inited_(false),
|
||||||
|
mem_entity_(nullptr),
|
||||||
|
id_(-1),
|
||||||
|
parent_(nullptr),
|
||||||
|
memory_used_(0),
|
||||||
eval_ctx_(op.get_eval_ctx()),
|
eval_ctx_(op.get_eval_ctx()),
|
||||||
iter_brs_(NULL),
|
iter_brs_(NULL),
|
||||||
batch_size_(0),
|
batch_size_(0),
|
||||||
|
|||||||
Reference in New Issue
Block a user