[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

@ -71,7 +71,7 @@ int ObExprHostIP::eval_host_ip(const ObExpr &expr, ObEvalCtx &ctx,
ret = OB_ERR_UNEXPECTED;
SERVER_LOG(WARN, "buff is null", K(ret));
} else {
//see https://code.aone.alibaba-inc.com/oceanbase/oceanbase/codereview/4074657
//see
ObAddr addr = ObCurTraceId::get_addr();
MEMSET(buf, 0, OB_IP_STR_BUFF);
if (!addr.ip_to_string(buf, OB_IP_STR_BUFF)) {