[MDEV-33019] The database part is not case sensitive in SP names Created: 2023-12-14 Updated: 2023-12-27 Resolved: 2023-12-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11, 11.0, 11.1, 11.2, 11.3, 11.4 |
| Fix Version/s: | 10.8.8, 10.4.33, 10.5.24, 10.6.17, 10.11.7, 11.0.5, 11.1.4, 11.2.3, 11.3.2, 11.4.1 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
I start MariaDB with lower-case-table-names=0 and run this script:
So far so good. The first procedure DB1 works fine. Now I call the second procedure db1.
Notice, it erroneously called the first procedure DB1. |