patch 4.1 bug fix and remove some secret url
This commit is contained in:
@ -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语句,不要检查:
|
||||
/* 如果是PL过来的sql语句,不要检查:*/ \
|
||||
yyerror(NULL, result, "Unknown column '?'\n"); \
|
||||
YYABORT_UNEXPECTED; \
|
||||
} else { \
|
||||
|
||||
Reference in New Issue
Block a user