[MDEV-23980] UDF error, no function found error (where?) but function exists Created: 2020-10-19 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Anel Husakovic | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Looking into an example:
So here is some paradox (schrodinger cat) when invoking two statements (supposing we are the user that doesn't know what happened). Function is already installed and visible from mysql.func but no .so exist so nothing can be done. However IMHO it should be closer to the user where to inspect for the problem.
I think condition should be checked for the file in plugin_dir and create the new message?! |