[MDEV-33086] SHOW OPEN TABLES IN DB1 -- is case insensitive with lower-case-table-names=0 Created: 2023-12-20 Updated: 2024-01-19 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Information Schema |
| 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 the following SQL script with a Linux server with --lower-case-table-names=0:
Looks wrong. The expected result is empty set, as the database does not match. |