[FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com> Co-authored-by: xianyu-w <707512433@qq.com> Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
		@ -239,6 +239,7 @@ ObSqlCtx::ObSqlCtx()
 | 
			
		||||
    res_map_rule_param_idx_(OB_INVALID_INDEX),
 | 
			
		||||
    res_map_rule_version_(0),
 | 
			
		||||
    is_text_ps_mode_(false),
 | 
			
		||||
    first_plan_hash_(0),
 | 
			
		||||
    is_bulk_(false),
 | 
			
		||||
    reroute_info_(nullptr)
 | 
			
		||||
{
 | 
			
		||||
@ -281,6 +282,8 @@ void ObSqlCtx::reset()
 | 
			
		||||
  res_map_rule_param_idx_ = OB_INVALID_INDEX;
 | 
			
		||||
  res_map_rule_version_ = 0;
 | 
			
		||||
  is_protocol_weak_read_ = false;
 | 
			
		||||
  first_plan_hash_ = 0;
 | 
			
		||||
  first_outline_data_.reset();
 | 
			
		||||
  if (nullptr != reroute_info_) {
 | 
			
		||||
    reroute_info_->reset();
 | 
			
		||||
    op_reclaim_free(reroute_info_);
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user