Skip to content

Commit

Permalink
Merge pull request #8188 from GuptaManan100/primary-key-name
Browse files Browse the repository at this point in the history
Primary key name
  • Loading branch information
shlomi-noach authored May 26, 2021
2 parents bb15f60 + be118c8 commit c32a770
Show file tree
Hide file tree
Showing 4 changed files with 2,126 additions and 2,142 deletions.
3 changes: 3 additions & 0 deletions go/vt/sqlparser/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,9 @@ var (
input: "alter table a remove partitioning",
}, {
input: "alter table a upgrade partitioning",
}, {
input: "alter table t2 add primary key `zzz` (id)",
output: "alter table t2 add primary key (id)",
}, {
input: "alter table a partition by range (id) (partition p0 values less than (10), partition p1 values less than (maxvalue))",
output: "alter table a",
Expand Down
Loading

0 comments on commit c32a770

Please sign in to comment.