-
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
*: clean up the deserted syntax of START TRANSACTION READ ONLY #24813
*: clean up the deserted syntax of START TRANSACTION READ ONLY #24813
Conversation
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Signed-off-by: JmPotato <ghzpotato@gmail.com>
…transaction_executor
Signed-off-by: JmPotato <ghzpotato@gmail.com>
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.
Rest LGTM
Signed-off-by: JmPotato <ghzpotato@gmail.com>
CI tests will pass after pingcap/br#1139 is merged. |
…transaction_executor
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Signed-off-by: JmPotato <ghzpotato@gmail.com>
/run-all-tests |
Signed-off-by: JmPotato <ghzpotato@gmail.com>
/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
[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 writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 6c41d3e
|
/run-e2e-test |
Signed-off-by: JmPotato ghzpotato@gmail.com
What problem does this PR solve?
Issue Number: close #24291.
Problem Summary: After supporting the
AS OF TIMESTAMP
syntax forSTART TRANSACTION READ ONLY
statement, we need to clean up the remaining deserted syntax.What is changed and how it works?
sessionctx.StalenessTxnOption
since we don't need it anymore.NewTxnWithStalenessOption
toNewTxnWithStartTS
.StartTSOption
.Check List
Tests
Release note
No release note
.