[MDEV-25618] lower_case_table_names in Linux behaves like in Windows Created: 2021-05-07 Updated: 2021-05-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.5.9 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Philip orleans | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
my box shows lower_case_table_names=1
but, the column names are store in mixed case. The manual says that when this variable is equal to 1, everything should be stored in lower-case and compared in case-insensitive manner. |