Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
2.3.10
-
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