Document ALTER TABLE EXECUTE commands#9682
Merged
losipiuk merged 1 commit intotrinodb:masterfrom Oct 28, 2021
Merged
Conversation
losipiuk
reviewed
Oct 19, 2021
losipiuk
reviewed
Oct 19, 2021
Member
There was a problem hiding this comment.
The part about OPTIMIZE should go to Hive documentation.
The alter-table page should just note that there is mechanism to execute table procedures/commands (nomenclature to be defined); and that different procedures are provided by different connectors.
Contributor
Author
There was a problem hiding this comment.
Agreed and changed. Will any other connectors support EXECUTE OPTIMIZE or any other commands on 364?
losipiuk
reviewed
Oct 19, 2021
losipiuk
reviewed
Oct 19, 2021
findepi
reviewed
Oct 19, 2021
6874f58 to
b0735e2
Compare
mosabua
requested changes
Oct 19, 2021
b0735e2 to
924584b
Compare
Member
|
I added changes to adjust PR to syntax change. |
b2979e4 to
27cc471
Compare
Member
|
I also added a safety note. Please make it more English @jhlodin :) |
Member
|
cc: @findepi |
27cc471 to
22ad6d4
Compare
Contributor
Author
findepi
reviewed
Oct 26, 2021
22ad6d4 to
7a4ed33
Compare
findepi
approved these changes
Oct 26, 2021
losipiuk
reviewed
Oct 28, 2021
7a4ed33 to
b3e3452
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add documentation for the
ALTER TABLE <name> EXECUTE <cmd> WITH <parameters>statement, starting withOPTIMIZEbut laying groundwork for additional commands.