i18n(ja): fix scrambled global-index note in 3 sql-statement docs - #23510
i18n(ja): fix scrambled global-index note in 3 sql-statement docs#23510yahonda wants to merge 1 commit into
Conversation
The note about setting a PRIMARY KEY/UNIQUE INDEX/UNIQUE KEY as a global index with the GLOBAL index option had its word order completely scrambled in 3 sibling files (add-index, create-index, create-table), swapping which term modifies which and mangling "partitioned tables" into a garbled duplicate. Restored to match the English source's actual meaning: "Setting a PRIMARY KEY (or UNIQUE INDEX/UNIQUE KEY) as a global index using the GLOBAL index option is a TiDB extension for partitioned tables and is not compatible with MySQL." Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[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 |
What is changed, added or deleted? (Required)
Found while reviewing PR #23509 (a daily translation-sync PR): the note about setting a
PRIMARY KEY/UNIQUE INDEX/UNIQUE KEYas a global index with theGLOBALindex option had its word order completely scrambled in 3 sibling files, swapping which term modifies which and mangling "partitioned tables" into a garbled duplicate ("パーティション化[パーティション化されたテーブル]").sql-statements/sql-statement-add-index.mdsql-statements/sql-statement-create-index.mdsql-statements/sql-statement-create-table.mdRestored each to match the English source's actual meaning: "Setting a
PRIMARY KEY(orUNIQUE INDEX/UNIQUE KEY) as a global index using theGLOBALindex option is a TiDB extension for partitioned tables and is not compatible with MySQL."Note: PR #23509 (still open) happens to touch one of these exact lines (
sql-statement-add-index.md) — its change is limited to accidentally converting the line's trailing。to a half-width., unrelated to the actual scrambling this PR fixes. Whichever of the two PRs merges first, the other will need a trivial rebase on this one line.Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?