[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -195,7 +195,7 @@ int ObLinkOp::combine_link_stmt(const ObString &link_stmt_fmt,
{
// combine link_stmt_fmt and parameter strings to final link stmt.
int ret = OB_SUCCESS;
// reserve head_comment_length_ byte length for head comment https://yuque.antfin.com/ob/sql/hcdi1o
// reserve head_comment_length_ byte length for head comment
int64_t link_stmt_pos = head_comment_length_;
int64_t reserve_proxy_route_space = 0;
int64_t next_param = 0;