[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

@ -304,7 +304,7 @@ do {
yyerror(NULL, result, "node or result is NULL\n"); \
YYABORT_UNEXPECTED; \
} else if (OB_UNLIKELY(!result->pl_parse_info_.is_pl_parse_ && 0 != result->question_mark_ctx_.count_)) { \
/* 如果是PL过来的sql语句,不要检查:https://work.aone.alibaba-inc.com/issue/22935971*/ \
/* 如果是PL过来的sql语句,不要检查:
yyerror(NULL, result, "Unknown column '?'\n"); \
YYABORT_UNEXPECTED; \
} else { \
@ -971,7 +971,7 @@ int STORE_PARAM_NODE_NEED_PARAMETERIZE(ParamList *param,
} \
} while (0);
// bugfix: https://work.aone.alibaba-inc.com/issue/39093490
// bugfix:
// convert '%' to '%%' for printf's format string.
#define ESCAPE_PERCENT(result, src, dst)\
do {\
@ -992,7 +992,7 @@ do {\
}\
} while (0)\
// bugfix:https://work.aone.alibaba-inc.com/issue/41048982
// bugfix:
// avoid '\0' in the middle of a str.
#define CHECK_STR_LEN_MATCH(src_str, str_len) \
do { \