sql: remove unnecessary 'copy' from FLUSH PRIVILEGES description#23196
sql: remove unnecessary 'copy' from FLUSH PRIVILEGES description#23196yahonda wants to merge 1 commit into
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 |
There was a problem hiding this comment.
Code Review
This pull request simplifies the description of the FLUSH PRIVILEGES statement by changing "in-memory copy of privileges" to "in-memory privileges". The reviewer suggested further simplifying the text by removing "in-memory" entirely to avoid unnecessary words, which aligns with the 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.
1ddda69 to
cfe6984
Compare
What is changed, added or deleted? (Required)
Align the
FLUSH PRIVILEGESdescription with MySQL documentation. Changed:reload the in-memory copy of privileges from the privilege tablesreload the grant tables into memoryMySQL's own documentation at https://dev.mysql.com/doc/refman/8.4/en/privilege-changes.html uses
reload the grant tableswithoutcopy. TiDB documentation should follow the same concise style.Which 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?