-
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
ddl, distsql: Support forbiding cross txnScope query all *Reader Executor #21650
Conversation
@winoros @djshow832 PTAL |
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.
Are point get and batch point get coverred?
I tend to only cover |
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 |
What problem does this PR solve?
Issue Number: ref #21426
Problem Summary:
What is changed and how it works?
Support forbidding sql query if it visits the data with the wrong txnScope for the *Reader Executor.
Tests
Release note