[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

@ -1438,7 +1438,7 @@ BEGIN(in_c_comment);
if (NULL != node->str_value_
&& *(yytext + 2) == *(yytext + 1 + node->str_len_)
&& (*(yytext + 2) == '`')) {
// bugfix: https://work.aone.alibaba-inc.com/issue/36863983
// bugfix:
// support "select @@`xxx`;" as "select @@xxx;"
node->str_value_ += 1;
node->str_len_ -= 2;