[MXS-2621] Incorrect SQL if lower_case_table_names is used. Created: 2019-08-02 Updated: 2019-08-02 Resolved: 2019-08-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mysqlauth |
| Affects Version/s: | 2.3.10 |
| Fix Version/s: | 2.3.11 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
If lower_case_table_names is specified, the used SQL will be incorrect:
There's a missing ) after LOWER(db). |