v.23.4Improvement

Output of SHOW PROCESSLIST Is Now Sorted

The output of some SHOW PROCESSLIST is now sorted. #48241 (Robert Schulze).
The output of SHOW PROCESSLIST is now sorted.

Why it matters

This feature improves readability and usability of the SHOW PROCESSLIST command by providing its output in a sorted order, making it easier for users to analyze and monitor running queries and processes.

How to use it

Simply execute the SHOW PROCESSLIST command as usual. The resulting list of processes will now be returned in a sorted order automatically without any additional parameters or configuration.