[MDEV-25749] DROP DATABASE in InnoDB is case-insensitive Created: 2021-05-21 Updated: 2022-06-13 Resolved: 2021-07-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.6.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | corruption, upstream | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Table names are supposed to be case-sensitive on a case-sensitive file system. Alas, as noted in
The changed test would fail in an unexpected way (not a mere result difference):
Possibly we could fix this by porting the fixes of Hence, even though I usually treat InnoDB corruption bugs at high priority, I am only filing this bug for documenting its existence. I do not plan to fix this, because the fix could cause more damage, and because the bug has existed for years without anyone complaining. |
| Comments |
| Comment by Elena Stepanova [ 2021-06-19 ] |
Should it be closed as 'Won't fix' then? It sounds like a very good fit, given the circumstances. |
| Comment by Marko Mäkelä [ 2022-06-13 ] |
|
This particular scenario was fixed in 10.6.2. One more case was reported as |