[MDEV-11166] ANALYZE on stored procedure to investigate performance Created: 2016-10-28 Updated: 2016-10-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Michaël de groot | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | None | ||
| Description |
|
Hi, ANALYZE is a very nice new feature. It would be even nicer if we could run ANALYZE on a stored proc as well. Could you implement that ANALYZE CALL procedure(); gives some output? Maybe we need an extra column in the ANALYZE output to identify each query of the procedure, or maybe we can add a line number? Thanks, |