From b739dfd04042550c74ace2168b9b4bef56c17450 Mon Sep 17 00:00:00 2001 From: Tyron Madlener Date: Wed, 24 Aug 2011 19:10:39 +0300 Subject: [PATCH] Bug: Live query chart always zero --- server_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_status.php b/server_status.php index 803b76cd98..f6036ca894 100644 --- a/server_status.php +++ b/server_status.php @@ -51,7 +51,7 @@ if (isset($_REQUEST['ajax_request']) && $_REQUEST['ajax_request'] == true) { $queries = PMA_DBI_fetch_result( "SHOW GLOBAL STATUS WHERE (Variable_name LIKE 'Com_%' OR Variable_name = 'Questions') - AND Value > 0'", 0, 1); + AND Value > 0", 0, 1); cleanDeprecated($queries); // admin commands are not queries unset($queries['Com_admin_commands']); -- 2.11.4.GIT