executor: introduce max_user_connections | tidb-test=pr/2474#59197
executor: introduce max_user_connections | tidb-test=pr/2474#59197ti-chi-bot[bot] merged 27 commits intopingcap:masterfrom
Conversation
… to community tidb. Signed-off-by: joccau <zak.zhao@pingcap.cn>
Signed-off-by: joccau <zak.zhao@pingcap.cn>
c702551 to
bad08f0
Compare
7bd87b1 to
ab3c101
Compare
Signed-off-by: joccau <zak.zhao@pingcap.cn>
ab3c101 to
0c43eb2
Compare
Signed-off-by: joccau <zak.zhao@pingcap.cn>
Signed-off-by: joccau <zak.zhao@pingcap.cn>
Signed-off-by: joccau <zak.zhao@pingcap.cn>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #59197 +/- ##
================================================
+ Coverage 72.9647% 74.7743% +1.8096%
================================================
Files 1697 1715 +18
Lines 468950 470704 +1754
================================================
+ Hits 342168 351966 +9798
+ Misses 105711 96983 -8728
- Partials 21071 21755 +684
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
/test unit-test |
|
@joccau: The specified target(s) for
Use DetailsIn response to this:
Instructions 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 kubernetes-sigs/prow repository. |
Signed-off-by: joccau <zak.zhao@pingcap.cn>
…ge of 'create user'. Signed-off-by: joccau <zak.zhao@pingcap.cn>
|
/test unit-test |
|
@joccau: The specified target(s) for
Use DetailsIn response to this:
Instructions 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 kubernetes-sigs/prow repository. |
|
/test tidb_parser_test |
|
@joccau: The specified target(s) for The following commands are available to trigger optional jobs: Use DetailsIn response to this:
Instructions 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 kubernetes-sigs/prow repository. |
|
@ti-chi-bot[bot]: The specified target(s) for
Use DetailsIn response to this:
Instructions 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 kubernetes-sigs/prow repository. |
|
/test check-dev2 |
|
@joccau: The specified target(s) for
Use DetailsIn response to this:
Instructions 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 kubernetes-sigs/prow repository. |
|
/cc @benmeadowcroft |
|
@joccau: GitHub didn't allow me to request PR reviews from the following users: BenMeadowcroft. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions 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 kubernetes-sigs/prow repository. |
|
/cc @benmeadowcroft |
|
@joccau: GitHub didn't allow me to request PR reviews from the following users: BenMeadowcroft. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions 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 kubernetes-sigs/prow repository. |
|
/cc @yudongusa |
|
@joccau: GitHub didn't allow me to request PR reviews from the following users: yudongusa. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions 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 kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bb7133, BornChanger, D3Hunter, Frank945946, tiancaiamao, yudongusa The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold |
|
/unhold |
What problem does this PR solve?
Issue Number: Close #59203
Problem Summary: TiDB can support the feature of
max_use_connections.What changed and how does it work?
max_user_connectionsis added into system tablemysql.user.Check List
Tests
integration test case
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.