Skip to content

Commit

Permalink
keywords: add TPCH_10 and update the check-keywords.sh script (#15069)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Oct 16, 2023
1 parent 8983095 commit 2ef56e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ The following list shows the keywords in TiDB. Reserved keywords are marked with
- TOKEN_ISSUER
- TOPN (R)
- TPCC
- TPCH_10
- TRACE
- TRADITIONAL
- TRAILING (R)
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-keywords.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import re
import sys
from pathlib import Path

parser = Path("../tidb/parser/parser.y")
parser = Path("../tidb/pkg/parser/parser.y")
if not parser.exists():
sys.exit(f"{parser} doesn't exist")

Expand Down

0 comments on commit 2ef56e7

Please sign in to comment.