[FEAT MERGE]4_1_sql_feature

Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
This commit is contained in:
obdev
2023-01-28 16:01:26 +08:00
committed by ob-robot
parent 3080f2b66f
commit 2d19a9d8f5
846 changed files with 161957 additions and 116661 deletions

View File

@ -225,6 +225,7 @@ ObSqlCtx::ObSqlCtx()
all_equal_param_constraints_(nullptr),
all_pre_calc_constraints_(nullptr),
all_expr_constraints_(nullptr),
all_priv_constraints_(nullptr),
is_ddl_from_primary_(false),
cur_stmt_(NULL),
cur_plan_(nullptr),
@ -270,6 +271,7 @@ void ObSqlCtx::reset()
all_equal_param_constraints_ = nullptr;
all_pre_calc_constraints_ = nullptr;
all_expr_constraints_ = nullptr;
all_priv_constraints_ = nullptr;
is_ddl_from_primary_ = false;
can_reroute_sql_ = false;
is_sensitive_ = false;