-
Notifications
You must be signed in to change notification settings - Fork 693
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
Add explaination about tidb_allow_batch_cop #3002
Conversation
@@ -571,3 +571,13 @@ set tidb_query_log_max_len = 20 | |||
- Scope: SESSION | |||
- Default value: 0 | |||
- This variable is used to show whether the execution plan used in the previous `execute` statement is taken directly from the plan cache. | |||
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.
Following texts are aligned from https://github.com/pingcap/docs-cn/pull/3159/files#diff-36f1f55efb0294795b77879ecad344a0R869
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 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #3013 |
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?