diff --git a/ChangeLog b/ChangeLog index 743183a2f7..b6e2b56f70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog - issue Undefined index: is_ajax_request - issue #11855 Fix password change on MariaDB 10.1 and newer - issue #11874 Validate version information before further processing it +- issue #11881 Full processlist lost on refresh 4.5.4.0 (not yet released) - issue #11724 live data edit of big sets is not working diff --git a/libraries/server_status_processes.lib.php b/libraries/server_status_processes.lib.php index a5cdf73e77..c00c0c2d18 100644 --- a/libraries/server_status_processes.lib.php +++ b/libraries/server_status_processes.lib.php @@ -165,6 +165,9 @@ function PMA_getHtmlForServerProcesslist() if ($is_sorted && $_REQUEST['sort_order'] === 'ASC') { $column['sort_order'] = 'DESC'; } + if (isset($_REQUEST['showExecuting'])) { + $column['showExecuting'] = 'on'; + } $retval .= '