fix some bug

This commit is contained in:
zzg19950727
2023-05-10 13:45:59 +00:00
committed by ob-robot
parent 39e9b1b0d7
commit bf7035b688
5 changed files with 27 additions and 15 deletions

View File

@ -1910,6 +1910,8 @@ int ObSqlPlan::format_one_output_expr(char *buf,
if (0 == print_len && need_new_line) {
if (OB_FAIL(BUF_PRINTF(NEW_LINE))) {
} else if (OB_FAIL(BUF_PRINTF(OUTPUT_PREFIX))) {
} else {
line_begin_pos = pos;
}
}
if (OB_FAIL(ret)) {