-
Notifications
You must be signed in to change notification settings - Fork 489
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
*: change privilege type to uint64 and support REPLICATION CLIENT, etc #1121
Conversation
PTAL @leoppro |
PTAL @leoppro @wjhuang2016 |
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.
LGTM
integration test failed, TiDB throws many error 🤔 |
need pingcap/tidb#21856 |
ping @leoppro |
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.
LGTM
/merge |
/run-all-tests |
What problem does this PR solve?
close #1119
What is changed and how it works?
PrivilegeType
from uint32 to uint64USAGE
,REPLICATION CLIENT
,REPLICATION SLAVE
Check List
Tests
Code changes
Side effects
Related changes