Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 593f71dd238fcca9b1474111b86bb566206a2832 https://github.com/phpmyadmin/phpmyadmin/commit/593f71dd238fcca9b1474111b86b... Author: Michal Čihař michal@cihar.com Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths: M ChangeLog M libraries/server_status_processes.lib.php
Log Message: ----------- Fixed filtering for active processes
There are dozen of process states when executing the query, we can't filter just for one of them. Let's rather exclude those without state and are idling.
See also http://dev.mysql.com/doc/refman/5.7/en/general-thread-states.html
Fixes #12732
Signed-off-by: Michal Čihař michal@cihar.com