[MDEV-15425] Include SHOW FUNCTION CODE / SHOW PROCEDURE CODE also for non-debug builds Created: 2018-02-27 Updated: 2023-11-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Ralf Gebhardt | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | show | ||
| Description |
|
SHOW FUNCTION CODE and SHOW PROCEDURE CODE are currently only available with debug builds, but could help DBAs to track down issues with procedures and therefor is useful to also be available for non-debug builds. See also https://mariadb.com/kb/en/library/show-procedure-code/ |