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

privilege: fix privilege check of GRANT ROLE (#13896) #13932

Merged
merged 6 commits into from
Dec 6, 2019

Conversation

sre-bot
Copy link
Contributor

@sre-bot sre-bot commented Dec 5, 2019

cherry-pick #13896 to release-3.0


What problem does this PR solve?

In MySQL, GRANT roles TO users require ROLE_ADMIN or SUPER privilege, But TiDB use GrantPriv to check GRANT ROLE.

What is changed and how it works?

fix this bug and add test.

Check List

Tests

  • Unit test

Code changes

  • None

Side effects

  • None

Related changes

  • Need to cherry-pick to the release branch

Release note

  • fix privilege check rule for GRANT ROLE

@sre-bot
Copy link
Contributor Author

sre-bot commented Dec 5, 2019

/run-all-tests

Copy link
Contributor

@alivxxx alivxxx left a comment

Choose a reason for hiding this comment

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

LGTM

@tiancaiamao
Copy link
Contributor

LGTM

Don't forget to cherry-pick the tidb-test to release-3.0, those PRs should be merge together. @imtbkcat

@tiancaiamao tiancaiamao added the status/LGT2 Indicates that a PR has LGTM 2. label Dec 6, 2019
@jackysp
Copy link
Member

jackysp commented Dec 6, 2019

/merge

@sre-bot sre-bot added the status/can-merge Indicates a PR has been approved by a committer. label Dec 6, 2019
@sre-bot
Copy link
Contributor Author

sre-bot commented Dec 6, 2019

Your auto merge job has been accepted, waiting for 13892

@sre-bot
Copy link
Contributor Author

sre-bot commented Dec 6, 2019

/run-all-tests

@sre-bot sre-bot merged commit cfbe06a into pingcap:release-3.0 Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/privilege status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. type/bugfix This PR fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants