i18n(ja): restore literal SQL command syntax in system-variable-reference.md links - #23446
Conversation
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 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 |
[LGTM Timeline notifier]Timeline:
|
ea27681 to
488de9b
Compare
…ence.md links
The literal SQL command references "SHOW [GLOBAL|SESSION] VARIABLES" (99
occurrences) and "CREATE [GLOBAL|SESSION] BINDING" (2 occurrences) had been
translated word-for-word into Japanese ("[[グローバル|セッション]変数を表示]"
/ "[[グローバル|セッション]バインディングの作成]"), turning literal command
syntax a user would type verbatim into unreadable, non-functional prose.
Restored to match the English source exactly.
488de9b to
fa713bd
Compare
|
@qiancai: Your lgtm message is repeated, so it is ignored. DetailsIn 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 kubernetes-sigs/prow repository. |
What is changed, added or deleted? (Required)
The literal SQL command references
SHOW [GLOBAL|SESSION] VARIABLES(99 occurrences) andCREATE [GLOBAL|SESSION] BINDING(2 occurrences) insystem-variable-reference.md's "See also" link lists had been translated word-for-word into Japanese ([[グローバル|セッション]変数を表示]/[[グローバル|セッション]バインディングの作成]), turning literal command syntax a user would type verbatim into unreadable, non-functional prose. Restored to match the English source exactly (101 lines changed, 1 file).Known benign conflict: this PR has an adjacent-line diff-context conflict with #23437 (both touch
system-variable-reference.md, on consecutive lines within the same "See also" list — #23437 changesMySQLの互換性→MySQLとの互換性on one line, this PR changes the next line). The actual changes don't overlap in content; it's a standard git 3-line-context collision, trivially resolved by a rebase whichever PR merges second.Which TiDB version(s) do your changes apply to? (Required)
Do your changes match any of the following descriptions?