[MDEV-13368] Stored routines `a.b`.`c` and `a`.`b.c` are erroneously treated as same Created: 2017-07-21 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Affects Version/s: | 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Notice, the function is accessible with two names:
The function created as `a.b`.`c`() should not be available as `a`.`b.c`(). |