-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
hide the config global-kill #5770
Conversation
@@ -322,25 +321,6 @@ mysql> EXPLAIN SELECT /*+ INL_HASH_JOIN(t1, t2) */ * FROM t1, t2 WHERE t1.id = t | |||
6 rows in set (0.00 sec) | |||
``` | |||
|
|||
#### Index Merge Join 示例 |
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.
Also hide it in explain-subqueries.md
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.
Also in optimizer-hints.md
@lzmhhh123: In response to this: 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 ti-community-infra/tichi repository. |
/label require-LGT1 |
[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 |
/assign Joyinqin |
/label require-LGT1 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 8d08ebd
|
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.0 in PR #5781 |
/translation done |
/remove-translation doing |
The feature is not an experimental feature, thus we need to hide the config description.
First-time contributors' checklist
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)?
global-kill
and session vartidb_enable_index_merge_join
tidb#23395Do your changes match any of the following descriptions?