-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Unsharded support for CREATE PROCEDURE and DROP PROCEDURE statement
#17946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 28 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
20a00ae
feat: start adding parsing support for create procedure
GuptaManan100 7b9eac4
feat: add parsing support for basics of create procedure
GuptaManan100 dc6ad2e
feat: add begin end block statement
GuptaManan100 5948fd5
feat: add parsing support for if block
GuptaManan100 322038f
feat: rewrite no scope to session scope
GuptaManan100 6aef510
feat: add parsing for declare variable and add tests for it
GuptaManan100 86bc8e7
feat: fix normalization of NoScope
GuptaManan100 1db7393
feat: remove setDDL from views parsing
GuptaManan100 71b6855
feat: add parsing for declare handler statements
GuptaManan100 4db27ca
feat: allow no scope in vttablet too
GuptaManan100 d0ffe66
feat: fix plan output to account for found being a keyword
GuptaManan100 78ba65a
feat: add parsing for select into as well
GuptaManan100 790f786
feat: implement signal and declare condition commands
GuptaManan100 93ec52e
feat: fix tests post parser changes
GuptaManan100 62ea2c0
feat: add the capability to parse multiple statements in the parser a…
GuptaManan100 9dce1b3
feat: add function to ignore empty statements after parsing and fix t…
GuptaManan100 324fa32
feat: add more tests for split statements and make it check if the st…
GuptaManan100 0567061
feat: fix test expectations
GuptaManan100 cf353ca
feat: fix test expectations
GuptaManan100 7b0f670
Merge remote-tracking branch 'upstream/main' into create-procedure
GuptaManan100 0d49a30
feat: improve performance of split statements by only requiring parsi…
GuptaManan100 fa771f5
test: fix test to run create procedures through ApplySchema and Vtgate
GuptaManan100 2bb0d1f
feat: fix ddl parsing to allow qualifiers and add planning support
GuptaManan100 e8960cd
test: fix test expectaitons
GuptaManan100 623b76f
test: add plan tests for create procedure statements
GuptaManan100 bffc6c6
Merge remote-tracking branch 'upstream/main' into create-procedure
GuptaManan100 176bad8
Merge remote-tracking branch 'upstream/main' into create-procedure
GuptaManan100 b6880d7
feat: address review comments by changing compound statements to a st…
GuptaManan100 c12ccb7
feat: address review comments
GuptaManan100 bd49991
feat: add parsing for drop procedure
GuptaManan100 f290c53
feat: add support for drop procedure
GuptaManan100 58e1ee0
feat: added a test for a single unsharded keyspace
GuptaManan100 cc2b1f7
test: remove couple of lines
GuptaManan100 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.