statistics: delete extended stats cache item in current tidb synchronously#23088
statistics: delete extended stats cache item in current tidb synchronously#23088ti-chi-bot merged 4 commits intopingcap:masterfrom
Conversation
98c21a4 to
50bec48
Compare
|
|
|
/run-check_dev_2 |
https://github.com/pingcap/tidb/pull/23088/files#diff-0328ab2b93ceecc70da3d30ab5b65ba92089d7f7082ac22880811f70e2a93acaR608 already updated. |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by writing |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 6a436de |
|
/merge |
|
/run-unit-test |
|
@eurekaka: 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. |
|
/run-check_dev_2 |
What problem does this PR solve?
Issue Number: close #23065
Problem Summary:
Not a problem, change the extended stats removal to a more intuitive behavior.
What is changed and how it works?
What's Changed:
minorVersionforstatsCache, and check it when updating stats cache;alter table drop stats_extended;Related changes
N/A
Check List
Tests
Side effects
N/A
Release note