Commit 8814f03
committed
Add PARTITION and PART clause support for CHECK TABLE
The CHECK TABLE statement supports PARTITION and PART clauses to check
specific partitions or parts. Added these fields to the AST and parser.
Fixed test: 00961_check_table/stmt201 parent 2c892d1 commit 8814f03
3 files changed
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
| 883 | + | |
| 884 | + | |
883 | 885 | | |
884 | 886 | | |
885 | 887 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7081 | 7081 | | |
7082 | 7082 | | |
7083 | 7083 | | |
| 7084 | + | |
| 7085 | + | |
| 7086 | + | |
| 7087 | + | |
| 7088 | + | |
| 7089 | + | |
| 7090 | + | |
| 7091 | + | |
| 7092 | + | |
| 7093 | + | |
| 7094 | + | |
| 7095 | + | |
7084 | 7096 | | |
7085 | 7097 | | |
7086 | 7098 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
0 commit comments