-
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
planner: use prepare text to build the plan cache key for reuse #31520
planner: use prepare text to build the plan cache key for reuse #31520
Conversation
* planner: use normalSQL to build the plan cache key * remove useless line
…1056 � Conflicts: � executor/prepared.go � planner/core/cache.go � planner/core/common_plans.go � session/session.go
[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. Reviewer can indicate their review by submitting an approval review. |
@Reminiscent: This cherry pick PR is for a release branch and has not yet been approved by release team. To merge this cherry pick, it must first be approved by the collaborators. AFTER it has been approved by collaborators, please ping the release team in a comment to request a cherry pick review. 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. |
/run-build-arm64 comment=true |
/rebuild |
download tidb binary(linux arm64) at http://fileserver.pingcap.net/download/builds/pingcap/test/tidb/f1a4f8f2eaefd6dfbc3687017b44b5dbe5d39bee/centos7/tidb-linux-arm64.tar.gz |
/run-build-arm64 comment=true |
download tidb binary(linux arm64) at http://fileserver.pingcap.net/download/builds/pingcap/test/tidb/7fff6e349503baef91b00042f2f338356562a340/centos7/tidb-linux-arm64.tar.gz |
/run-build-arm64 comment=true |
download tidb binary(linux arm64) at http://fileserver.pingcap.net/download/builds/pingcap/test/tidb/34dd43fdbafee38389a27d708e337713db2efdb0/centos7/tidb-linux-arm64.tar.gz |
@Reminiscent: 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. |
What problem does this PR solve?
Issue Number: ref #31056
Problem Summary:
use prepare text to build the plan cache key for reuse
What is changed and how it works?
use prepare text to build the plan cache key for reuse
Check List
Tests
Side effects
Documentation
Release note