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