[FEAT MERGE] 4.2 add trans_debug_info for 4377

Co-authored-by: Handora <qcdsr970209@gmail.com>
This commit is contained in:
yishenglanlingzui
2023-05-06 06:08:35 +00:00
committed by ob-robot
parent 711f4d5cd0
commit 9e328378c8
63 changed files with 1013 additions and 169 deletions

View File

@ -239,6 +239,7 @@ ObSqlCtx::ObSqlCtx()
res_map_rule_param_idx_(OB_INVALID_INDEX),
res_map_rule_version_(0),
is_text_ps_mode_(false),
is_strict_defensive_check_(false),
first_plan_hash_(0),
is_bulk_(false),
reroute_info_(nullptr)
@ -295,6 +296,7 @@ void ObSqlCtx::reset()
cur_plan_ = nullptr;
is_execute_call_stmt_ = false;
is_text_ps_mode_ = false;
is_strict_defensive_check_ = false;
is_bulk_ = false;
}
@ -310,6 +312,7 @@ void ObSqlCtx::clear()
spm_ctx_.bl_key_.reset();
cur_stmt_ = nullptr;
is_text_ps_mode_ = false;
is_strict_defensive_check_ = false;
}
OB_SERIALIZE_MEMBER(ObSqlCtx, stmt_type_);