-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
*: fix some missing set kv variables (#18620) #18667
*: fix some missing set kv variables (#18620) #18667
Conversation
Signed-off-by: ti-srebot <[email protected]>
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
/run-all-tests |
@ti-srebot merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@ti-srebot merge failed. |
/run-all-tests |
cherry-pick #18620 to release-4.0
Signed-off-by: Tina Fritz [email protected]
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
changeInvalidToValid will directly active a transaction, so it will have no chance to set kv variables for this kind of transactions. e.g. auto committed point get transaction and auto committed DDL.
What is changed and how it works?
Proposal: xxx
What's Changed:
Add the missing setVars.
How it Works:
Related changes
Check List
Tests
Release note