sql: document unsupported GRANT PROXY in MySQL compatibility - #21924
sql: document unsupported GRANT PROXY in MySQL compatibility#21924doc-claw-bot 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthrough更新 ChangesGRANT 权限语句文档
Estimated code review effort: 1(简单) | ~2 分钟 Merge Risk: ⚪ Minimal · up to This updates the Chinese GRANT compatibility note to state that TiDB does not support GRANT PROXY. No current merge-readiness risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
What is changed, added or deleted? (Required)
sql-statements/sql-statement-grant-privileges.mdto clarify that TiDB does not supportGRANT PROXY.release-8.5because it documents the currently published behavior verified in TiDB Cloud Starter.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 (in Chinese).
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?
Summary by CodeRabbit
GRANT <privileges>的“MySQL 兼容性”部分补充说明:TiDB 不支持GRANT PROXY语句。