[fix] remove some internal urls and emails
This commit is contained in:
@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user