-
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
Wildcard grants are not cleaned up correctly #38363
Comments
@dveeden: The label(s) In 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 ti-community-infra/tichi repository. |
/severity major |
/label affects-6.1 |
@dveeden: The label(s) In 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 ti-community-infra/tichi repository. |
To compare this with MySQL 8.0.30:
|
@dveeden: These labels are not set on the issue: In 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 ti-community-infra/tichi repository. |
/label affects-5.2 |
/label affects-5.3 |
Bug Report
u1
and grant select access tot%.*
.mysql.db
withSelect_priv
set toY
.t%.*
.mysql.db
with all permission fields set toN
.tes%.*
(anything that's not the exact same prefix)mysql.db
, one withSelect_priv
set toY
the other with all set toN
.SHOW GRANTS FOR...
to inspect the grantsSHOW GRANTS FOR...
output.mysql.db
with theSelect_priv
field set toY
.The result is that:
mysql.db
with all fields set toN
blocks access to tables.SHOW GRANTS FOR...
output.SHOW GRANTS FOR...
output.This happens with v6.1.1 and v6.3.0
The text was updated successfully, but these errors were encountered: