[MDEV-33120] System log table names are case insensitive with lower-cast-table-names=0 Created: 2023-12-26 Updated: 2024-01-19 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.4, 11.4 |
| Fix Version/s: | 10.4, 11.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
I run this MTR test on Linux:
It fails on the INSERT statement with the following error:
This is wrong. GENERAL_log is not a log table. The problem resides in the function get_table_category(), in these line:
This is wrong to compare table names case insensitively in Linux. The same problem is repeatable for "slow_log" and "transaction_registry". |