Finally!
We have a release of MySQL Community Server that contains community-provided contributions and it is ready for your download in binary form.
Thanks to Jeremy Cole for providing us with the SHOW PROFILE patch. Quoting our Reference Manual at http://dev.mysql.com/doc/refman/5.0/en/show-profiles.html:
SHOW PROFILES
SHOW PROFILE [type [, type] … ]
[FOR QUERY n]
[LIMIT n [OFFSET n]]
type:
ALL | BLOCK IO | CONTEXT SWITCHES | CPU | IPC | MEMORY | PAGE
FAULTS | SOURCE | SWAPS
The SHOW PROFILES and SHOW PROFILE statements display profiling …
[Read more]