[MDEV-33428] Error messages ER_PACKAGE_ROUTINE_* are not good enough Created: 2024-02-08 Updated: 2024-02-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Affects Version/s: | 11.4, 11.5 |
| Fix Version/s: | 11.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MariaDB has the following messages:
They resemble similar messages in the Oracle database:
However, the words "subroutine" and "subprogram" are not in the SQL Standard (at least in stored routines context), it's better to avoid the non-standard terminology. Also, it's not clear an object of which type (PROCEDURE or FUNCTION) has the problem. It'll be more clear if the object type is printed explicitly, e.g.:
These messages will need new formats in errmgs-utf8.txt. |