39 lines
976 B
Markdown
39 lines
976 B
Markdown
<!--
|
|
Thank you for contributing to TiDB! Please read TiDB's [CONTRIBUTING](https://github.com/pingcap/tidb/blob/master/CONTRIBUTING.md) document **BEFORE** filing this PR.
|
|
-->
|
|
|
|
### What problem does this PR solve? <!--add issue link with summary if exists-->
|
|
|
|
|
|
### What is changed and how it works?
|
|
|
|
|
|
### Check List <!--REMOVE the items that are not applicable-->
|
|
|
|
Tests <!-- At least one of them must be included. -->
|
|
|
|
- Unit test
|
|
- Integration test
|
|
- Manual test (add detailed scripts or steps below)
|
|
- No code
|
|
|
|
Code changes
|
|
|
|
- Has exported function/method change
|
|
- Has exported variable/fields change
|
|
- Has interface methods change
|
|
- Has persistent data change
|
|
|
|
Side effects
|
|
|
|
- Possible performance regression
|
|
- Increased code complexity
|
|
- Breaking backward compatibility
|
|
|
|
Related changes
|
|
|
|
- Need to cherry-pick to the release branch
|
|
- Need to update the documentation
|
|
- Need to update the `tidb-ansible` repository
|
|
- Need to be included in the release note
|