close
The Wayback Machine - https://web.archive.org/web/20201121005222/https://github.com/github/gh-ost/pull/893
Skip to content
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

A few docs updates for a CLI flag and RDS #893

Draft
wants to merge 2 commits into
base: master
from
Draft

A few docs updates for a CLI flag and RDS #893

wants to merge 2 commits into from

Conversation

@wagnerm
Copy link
Member

@wagnerm wagnerm commented Nov 13, 2020

Description

This PR contains some documentation updates for a CLI flag and RDS.

c29daed adds the alter cli flag to the command-line-flags document. It was a little ambiguous to me if this was supposed to be a complete ALTER statement or not, and in fact it might still be. I ran a test locally with a complete alter statement and it works. The code appears to show that is also the intention https://github.com/github/gh-ost/blob/master/go/sql/parser.go#L14.
I would really like to put an example in this document for the ALTER, but I don't know what would be good there, suggestions welcome.

9dfbcc2 Adds a hint to the RDS documentation about binlog_format. Since I ran into this issue, I thought it might help others.

wagnerm added 2 commits Nov 13, 2020
I had a little trouble figuring out how to configure the binlog format,
hopefully this will help some others.
This flag not really documented, hopefully this clears up the intent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.