[WhiteScan] fix var not init

This commit is contained in:
xj0
2022-03-14 20:30:18 +08:00
committed by LINxiansheng
parent 5f0d77a3c2
commit c375544c41

View File

@ -165,6 +165,7 @@ ObExpr::ObExpr()
obj_meta_(),
max_length_(UINT32_MAX),
obj_datum_map_(OBJ_DATUM_NULL),
is_boolean_(0),
eval_func_(NULL),
inner_functions_(NULL),
inner_func_cnt_(0),