Merged
Conversation
d73d820 to
eb3e68e
Compare
Signed-off-by: Morgan Tocker <tocker@gmail.com>
eb3e68e to
ed31220
Compare
…grams Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Contributor
Author
|
Aliases are now in place. |
…grams Signed-off-by: Morgan Tocker <tocker@gmail.com>
82e6f2c to
628f92b
Compare
bnlandry
reviewed
Jun 2, 2020
|
|
||
| ### reinit_config | ||
|
|
||
| Regenerate new configuration files for an existing `mysqld` instance. This could be helpful to revert configuration changes, or to pick up changes made to the bundled config in newer Vitess versions: |
Contributor
There was a problem hiding this comment.
Suggested change
| Regenerate new configuration files for an existing `mysqld` instance. This could be helpful to revert configuration changes, or to pick up changes made to the bundled config in newer Vitess versions: | |
| Regenerate new configuration files for an existing `mysqld` instance. This could be helpful to revert configuration changes, or to pick up changes made to the bundled config in newer Vitess versions. For example: |
Contributor
There was a problem hiding this comment.
I think it's best to keep this consistent throughout.
bnlandry
reviewed
Jun 2, 2020
bnlandry
reviewed
Jun 2, 2020
bnlandry
reviewed
Jun 2, 2020
bnlandry
reviewed
Jun 2, 2020
bnlandry
reviewed
Jun 2, 2020
bnlandry
reviewed
Jun 2, 2020
Collaborator
|
@morgo I made the changes recommended by @bnlandry to the help text in the code. We can use that PR to add more changes as the docs change and merge both at the same time. |
…grams Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
deepthi
approved these changes
Jun 11, 2020
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.
Fixes #331
This splits the reference section of the manual into "programs" and "features". The programs section is a little bare for vtctl, but includes examples for other programs (we can add to it later).
The Vitess API reference is replaced by the vtctl reference - since it was out of date and referred to v3 as alpha. Most users are now encouraged to use the mysql client API instead of grpc.
Includes workaround for #342
Signed-off-by: Morgan Tocker tocker@gmail.com