[MXS-4556] Maxscale ignores lower_case_table_names=1 on config file Created: 2023-03-13 Updated: 2023-03-28 Resolved: 2023-03-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 6.4.5, 22.08.4, 23.02.0 |
| Fix Version/s: | 2.5.25, 6.4.6, 22.08.5, 23.02.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pon Suresh Pandian (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RHEL 7.9+ |
||
| Description |
|
Hi Team, I enabled lower_case_table_names 1 on maxscale config.. In DB nodes lower_case_table_names is 0..
when I try to connect,
If I set lower_case_table_names=2 on maxscale config it's working as expected,
|
| Comments |
| Comment by Pon Suresh Pandian (Inactive) [ 2023-03-13 ] | ||
|
Hi Team, Also when enabling lower_case_table_names 1 on maxscale / db nodes, While connecting db through mariadb-client if you mention database name with -D maxscale ignores and it throws a error " Unknown database".
| ||
| Comment by markus makela [ 2023-03-21 ] | ||
|
The behavior of lower_case_table_names=1 in MaxScale is now the same as in MariaDB. |