Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
Description
Database level authentication fails with the schemarouter when users are given wildcard grants against databases.
Example grant:
GRANT ALL PRIVILEGES ON `database%`.* to `user`@`IP`
This would fail without the optimize_wildcard option if the user logged in directly to the database.