MySQL sys version 1.5.0 has just been released.
It has significant contributions from both external contributors (thank you Daniël and Shlomi) and internal (thank you Jesper and Morgan). Jesper particularly made many significant improvements in this release.
Here’s a full summary of the changes:
Improvements
- The `format_bytes` function now shows no decimal places when outputting a simple bytes value
- The `processlist`/`x$processlist` views where improved,
changes include:
- The `pid` and `program_name` of the connection are shown, if set within the `performance_schema.session_connect_attrs` table (Contributed by Daniël van Eeden)
- Issue #50 – The current statement progress is reported via …