Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
10.0.10, 10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL)
Description
The message incorrectly identifies the entity as a user, while it is a role:
MariaDB [test]> create role foo; |
Query OK, 0 rows affected (0.01 sec) |
|
MariaDB [test]> revoke all on bar.* from foo; |
ERROR 1141 (42000): There is no such grant defined for user 'foo' on host '' |
Since other errors seem to be able to distinguish between a user and a role, it might make sense fix this one too.