Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.3.10
-
Fix Version/s: 2.3.11
-
Component/s: mysqlauth
-
Labels:None
Description
If lower_case_table_names is specified, the used SQL will be incorrect:
dbusers.c:
|
...
|
" AND (anydb = '1' OR LOWER('%s') IN ('', 'information_schema') OR LOWER('%s') LIKE LOWER(db)"
|
" LIMIT 1";
|
There's a missing ) after LOWER(db).
Attachments
Issue Links
- relates to
-
MXS-2502 Specifying 'information_schema' as default schema upon connection gives 'access denied'
-
- Closed
-