*: add support for dynamic privileges#22778
Conversation
|
/run-all-tests |
|
The common-test failures are caused by the error messages changed. Some permissions no longer require |
|
/bench |
|
LGTM |
|
@bb7133: Please use If you have approved this PR, please ignore this reply. This reply is being used as a temporary reply during the migration of the new bot and will be removed on April 1. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
But we don't merge it into master for now since it is not in current release plan. |
|
PTAL @tiancaiamao |
Try this: /hold |
|
/lgtm |
|
/hold |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 2018a34 |
|
CI fails. mysql-test needs to be updated @morgo |
|
/run-all-tests |
|
/run-all-tests tidb-test=pr/1176 |
|
@tiancaiamao PTAL again. Note that some new code was introduced in 763325a |
|
/LGTM |
|
/lgtm |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 66f23a1 |
|
@morgo: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/merge |
What problem does this PR solve?
This adds dynamic privileges support (a feature from MySQL 8.0). The initial list of dynamic privileges is a static list, but it is possible to extend in future so that plugins can add their own privileges.
Problem Summary:
What is changed and how it works?
Proposal: #23224
What's Changed:
How it Works:
Related changes
Check List
Tests
Side effects
Release note