-
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: fix the issue of reusing wrong point-plan for "select ... for update" (#54661) #55123
planner: fix the issue of reusing wrong point-plan for "select ... for update" (#54661) #55123
Conversation
…en query involves mv index (pingcap#52414) (pingcap#52448) close pingcap#52395
…ion is complete (pingcap#52407) (pingcap#52513) close pingcap#52346
…dex access path (pingcap#52613) (pingcap#52621) close pingcap#52609
…ction and post-import conflict detection (pingcap#52307) (pingcap#52617) ref pingcap#52306
… and SHARD_ROW_ID_BITS (pingcap#52712) (pingcap#52724) close pingcap#52654
…on is disabled (pingcap#52812) (pingcap#52863) close pingcap#52772
…inistic functions (pingcap#53362) (pingcap#55106) close pingcap#37986
…ke effect for replace statements (pingcap#54048) (pingcap#54948) close pingcap#53834
…error (pingcap#53716) (pingcap#54193) close pingcap#53580, close pingcap#53582, close pingcap#53594, close pingcap#53603
…er in group-by-clause (pingcap#54205) (pingcap#55110) close pingcap#53872
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @qw4990. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. 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. |
This is an automated cherry-pick of #54661
What problem does this PR solve?
Issue Number: close #54652
Problem Summary: planner: fix the issue of reusing wrong point-plan for "select ... for update"
What changed and how does it work?
Encode more txn state into the plan cache key, and check whether the key has changed before reusing point-get plans.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.