-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor: fix inconsistent of grants privileges with MySQL when executing grant all on ...
#12330
Merged
Merged
Changes from 16 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
e5887dc
fix bug #12324
Hokkaitao ef5c4a8
fix inconsistent with mysql when execute
Hokkaitao ee12808
add some testcase
Hokkaitao 89191e6
fix Unit test
Hokkaitao fa68820
fix Unit tests
Hokkaitao d0e0df2
Merge branch 'master' into pri
tsthght 5b6db8c
Merge branch 'master' into pri
tsthght 9d5b207
Merge branch 'master' into pri
tsthght d0a4792
modify
tsthght 4b6cbab
fix testcase error
tsthght 6babea2
modify go.mod
tsthght 0d7f32d
add more testcase
tsthght 98636af
modify go.mod
tsthght 443928b
Merge branch 'master' into pri
tsthght 6d434b5
Merge branch 'master' into pri
tsthght f5bce69
Merge branch 'master' into pri
tsthght 1ed1eee
go mod tidy
tsthght 7e6a230
Merge branch 'master' into pri
84a2dab
Merge branch 'master' into pri
tiancaiamao bceb91b
go mod tidy
tiancaiamao d5e6bd7
Merge branch 'master' into pri & fix CI
tiancaiamao 7c0a495
go mod tidy
tiancaiamao cc8e6d2
Merge branch 'master' into pri
bb4bda3
Merge branch 'master' into pri
tsthght e55a1aa
fix error
tsthght ea9ae9e
Merge branch 'pri' of https://github.com/tsthght/tidb into pri
tsthght 2f34fbc
Merge branch 'master' into pri
tsthght ea0140f
Merge branch 'master' into pri
tsthght 1150b09
Merge branch 'master' into pri
tsthght b448ce7
Merge branch 'master' into pri
tsthght 5405625
Merge branch 'master' into pri
zz-jason File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tsthght I think adding
hasGrantOptionPriv
here is unsuitable,Role
doesn't haveWITH GRANT
, We needrather than
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I will remove it.