-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue 2106: Add parsing functionality for MySQL ADD PARTITION and…
… DROP PARTITION clauses in ALTER TABLE statements(2) (#2108) * feat MySQL Alter add partition * fix PartitionDefinition to Serializable * add Engine variable to MySQL partition definition * fix: Update parser to correctly handle ENGINE token and pass existing CREATE TABLE tests * feat mysql alter drop partition * refactor truncate partition * fix codacy * fix: add LOOKAHEADs Signed-off-by: Andreas Reichel <[email protected]> * doc: mention running `gradle check` Signed-off-by: Andreas Reichel <[email protected]> * style: add license header Signed-off-by: Andreas Reichel <[email protected]> --------- Signed-off-by: Andreas Reichel <[email protected]> Co-authored-by: mj-db <[email protected]> Co-authored-by: Andreas Reichel <[email protected]>
- Loading branch information
1 parent
7b0e42f
commit 12952d6
Showing
7 changed files
with
158 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.