v.23.4Improvement
Output of SHOW PROCESSLIST Is Now Sorted
The output of some SHOW PROCESSLIST is now sorted. #48241 (Robert Schulze).
Why it matters
This feature improves readability and usability of theSHOW 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 theSHOW PROCESSLIST command as usual. The resulting list of processes will now be returned in a sorted order automatically without any additional parameters or configuration.