[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

@ -48,7 +48,7 @@ int ObExprRpcPort::eval_rpc_port(const ObExpr &expr, ObEvalCtx &ctx,
int ret = OB_SUCCESS;
UNUSED(expr);
UNUSED(ctx);
//see https://code.aone.alibaba-inc.com/oceanbase/oceanbase/codereview/4074657
//see
ObAddr addr = ObCurTraceId::get_addr();
expr_datum.set_int32(addr.get_port());
return ret;