i18n(ja): unify remaining Read Committed isolation level notation - #23649
Conversation
|
Skipping CI for Draft Pull Request. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe PR standardizes Read Committed terminology across transaction isolation documentation, system-variable descriptions, and release notes. It also refines wording for TSO-fetch behavior and corrects one Japanese phrase without changing links or configuration semantics. ChangesRead Committed documentation terminology
Release note terminology updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This PR standardizes Read Committed terminology in Japanese documentation without changing product behavior, so no actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (5 skipped: 5 unsupported.) ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
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 |
20d6705 to
6aabc1f
Compare
Follow-up to PR pingcap#23639: converts remaining Japanese-only and inconsistent-casing renderings of the SQL standard Read Committed isolation level to English, mirroring each site's own EN casing (Title Case, lowercase-hyphenated, etc). Deliberately excludes transaction-isolation-levels.md and tidb-performance-tuning-config.md, which PR pingcap#23639 already fixed on an unmerged branch.
6aabc1f to
f360274
Compare
[LGTM Timeline notifier]Timeline:
|
What is changed, added or deleted? (Required)
Follow-up to #23639 (which unified the Repeatable Read isolation level term and part of the Read Committed backlog). This PR converts the remaining Japanese-only / inconsistently-cased renderings of the SQL standard "Read Committed" isolation level to English, verified per-site against the corresponding English text and mirroring each site's own EN casing (e.g. Title Case "Read Committed" vs lowercase-hyphenated "read-committed", depending on how EN itself renders it at that specific site).
Also fixed one same-paragraph self-contradiction found in passing in
releases/release-6.3.0.md: a bullet heading already correctly said "Read-Committed" while the very next line's body prose still said the katakana form.Deliberately excludes
transaction-isolation-levels.mdandtidb-performance-tuning-config.md— both already fixed by the still-open #23639 on an unmerged branch; touching them here would conflict.5 files changed, 6 sites converted.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?
Summary by CodeRabbit