-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: Always generate global stats for partitioned tables #37830
Conversation
…ingcap#37767)" This reverts commit e68227c.
…g no global stats in dynamic prune mode (pingcap#37573)" This reverts commit 7eb7ca9. But keeps the tests
[REVIEW NOTIFICATION] This pull request has not been approved. 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. Reviewer can indicate their review by submitting an approval review. |
/run-unit-test |
/run-unit-test |
/run-mysql-test tidb-test=pr/1975 |
/run-mysql-test tidb-test=pr/1975 |
/run-mysql-test tidb-test=pr/1975 |
/run-mysql-test tidb-test=pr/1975 |
1 similar comment
/run-mysql-test tidb-test=pr/1975 |
/run-check_dev_2 |
/run-mysql-test tidb-test=pr/1975 |
@mjonss: PR needs rebase. 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/test-infra repository. |
@mjonss: The following tests failed, say
Full PR test history. Your PR dashboard. 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/test-infra repository. I understand the commands that are listed here. |
Already has |
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
Always generate global statistics for partitioned tables.
Reverts the PR that falls back on static prune mode if global statistics does not exist.
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.