enhance: regenerate sql.c

This commit is contained in:
slzhou 2023-08-30 14:37:04 +08:00
parent b8205f23bf
commit 97f048364b
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#ifndef _TD_COMMON_TOKEN_H_
#define _TD_COMMON_TOKEN_H_
#define TK_OR 1
#define TK_AND 2
#define TK_UNION 3
@ -356,6 +357,7 @@
#define TK_VIEW 338
#define TK_WAL 339
#define TK_NK_SPACE 600
#define TK_NK_COMMENT 601
#define TK_NK_ILLEGAL 602

View File

@ -4955,7 +4955,7 @@ static YYACTIONTYPE yy_reduce(
#line 100 "sql.y"
{
pCxt->pRootNode = createCreateUserStmt(pCxt, &yymsp[-4].minor.yy889, &yymsp[-2].minor.yy0, yymsp[-1].minor.yy847);
addCreateUserStmtWhiteList(pCxt, pCxt->pRootNode, yymsp[0].minor.yy236);
pCxt->pRootNode = addCreateUserStmtWhiteList(pCxt, pCxt->pRootNode, yymsp[0].minor.yy236);
}
#line 4960 "sql.c"
break;