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

Handle online DDL user creation if we do not have SUPER privs (e.g. AWS Aurora) #8038

Merged
merged 2 commits into from
May 5, 2021

Conversation

aquarapid
Copy link
Contributor

Signed-off-by: Jacques Grove aquarapid@gmail.com

AWS Aurora)

Signed-off-by: Jacques Grove <aquarapid@gmail.com>
Copy link
Contributor

@shlomi-noach shlomi-noach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see REPLICATION SLAVE is listed in both sqlGrantOnlineDDLSuper and sqlGrantOnlineDDLUser. Is that intentional?

@aquarapid
Copy link
Contributor Author

I see REPLICATION SLAVE is listed in both sqlGrantOnlineDDLSuper and sqlGrantOnlineDDLUser. Is that intentional?

That was to minimize the textual diff, but you're right, it can just appear in the 2nd one. Fixing.

Signed-off-by: Jacques Grove <aquarapid@gmail.com>
Copy link
Contributor

@shlomi-noach shlomi-noach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For context, gh-ost user requirements: https://github.com/github/gh-ost/blob/master/doc/requirements-and-limitations.md#requirements, show s that we can do without SUPER in Vitess.

@deepthi deepthi merged commit c098c15 into vitessio:master May 5, 2021
@deepthi deepthi deleted the jg_super_onlineddl branch May 5, 2021 21:13
@hallaroo hallaroo linked an issue May 13, 2021 that may be closed by this pull request
@askdba askdba added Component: Query Serving Type: Enhancement Logical improvement (somewhere between a bug and feature) labels Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Query Serving Type: Enhancement Logical improvement (somewhere between a bug and feature)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot run onlineddl migrations with Vitess and pt-osc on AWS Aurora
4 participants