[CP] [to #43172849] ignore OB_TIER_END in dbms_job_utils
This commit is contained in:
		@ -262,9 +262,9 @@ int ObExprToOutfileRow::print_field(char *buf, const int64_t buf_len, int64_t &p
 | 
			
		||||
        OZ(copy_string_to_buf(buf, buf_len, pos, code_point));
 | 
			
		||||
      } else {
 | 
			
		||||
        OZ(copy_string_to_buf(buf, buf_len, pos, code_point));
 | 
			
		||||
      }
 | 
			
		||||
      return ret;
 | 
			
		||||
    };
 | 
			
		||||
      }
 | 
			
		||||
      return ret;
 | 
			
		||||
    };
 | 
			
		||||
    ObString tmp_str(out_info.tmp_buf_len_, tmp_pos, out_info.tmp_buf_);
 | 
			
		||||
    OZ(ObCharsetUtils::foreach_char(tmp_str, out_info.print_params_.cs_type_, escape_func));
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user