[FEAT MERGE] 4.2 add trans_debug_info for 4377
Co-authored-by: Handora <qcdsr970209@gmail.com>
This commit is contained in:
committed by
ob-robot
parent
711f4d5cd0
commit
9e328378c8
@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user