TX - Monitoring Lock wait event

This commit is contained in:
obdev
2022-11-14 07:39:07 +00:00
committed by wangzelin.wzl
parent 0806bb1efc
commit fd244b7990
9 changed files with 30 additions and 9 deletions

View File

@ -196,9 +196,9 @@ int ObExprToOutfileRow::to_outfile_str(const ObExpr &expr, ObEvalCtx &ctx, ObDat
MEMCPY(res_buf, buf, pos);
expr_datum.set_string(res_buf, pos);
}
}
} while (OB_SIZE_OVERFLOW == ret
&& OB_SUCC(extend_buffer(*out_info, ctx.exec_ctx_.get_allocator())));
}
} while (OB_SIZE_OVERFLOW == ret
&& OB_SUCC(extend_buffer(*out_info, ctx.exec_ctx_.get_allocator())));
}
}
return ret;