[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

@ -440,7 +440,7 @@ int ObExprConcat::eval_concat(const ObExpr &expr, ObEvalCtx &ctx, ObDatum &expr_
}
if (ob_is_text_tc(res_type)) {
// FIXME bin.lb: mysql mode can not reach here, since result type is always varchar.
// Seem to be a bug: https://work.aone.alibaba-inc.com/issue/24653475
// Seem to be a bug:
max_len = OB_MAX_PACKET_LENGTH;
}
// mysql mode: all param calc types are varchar;