sql: document unsupported GRANT PROXY in MySQL compatibility (#21924) - #21928
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@doc-claw-bot This PR has conflicts, I have hold it. |
|
@ti-chi-bot: ## If you want to know how to resolve it, please read the guide in TiDB Dev Guide. DetailsInstructions 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 ti-community-infra/tichi repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (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 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This update only documents that TiDB does not support GRANT PROXY and does not change product behavior; resolve the noted merge conflicts before merging. 🚥 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Advanced
Run ID: 0af25ec1-92d1-46ec-9966-e8cfed27fa64
📒 Files selected for processing (1)
sql-statements/sql-statement-grant-privileges.md
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiancai The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is an automated cherry-pick of #21924
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 兼容性说明。SELECT、INSERT、UPDATE和REFERENCES权限。GRANT PROXY。