-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grant references on test.* to ${role_name} ERROR #26703
Comments
@morgo Do you have any idea? I am not faimilar with the related code. |
The test can be simplified to: drop user if exists u1;
create user u1;
grant references on t.* to u1; Certain privileges can only be specified on a global level, and not on a per-DB level (such as References is used for foreign key checks (which TiDB does not support), so I think this is more of a minor issue than a major one. |
/assign @mjonss |
Please edit this comment or add a new comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA) (optional)2. Symptom (optional)3. All Trigger Conditions (optional)4. Workaround (optional)5. Affected versions6. Fixed versions |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
grant successful
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
reason
may be relate to
The text was updated successfully, but these errors were encountered: