docs: use a shorter SHOW VARIABLES example#23182
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @doc-claw-bot. Thanks for your PR. I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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 kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Code Review
This pull request simplifies the examples in the sql-statement-show-variables.md file by replacing the extensive list of all TiDB-specific variables with a shorter, focused example showing the TiDB statement summary global variables. The review feedback suggests a minor wording improvement to the introductory text of the example to ensure technical accuracy and better alignment with the documentation style guide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
What is changed, added or deleted? (Required)
SHOW GLOBAL VARIABLES LIKE 'tidb%'example with a shorter verifiedSHOW GLOBAL VARIABLES LIKE 'tidb_stmt_summary%'exampletidb_wait_split_region_finishrow in the example outputWhich TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?