Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2011-08-30 13:30:07 +0400
committerMichal Čihař <mcihar@suse.cz>2011-08-30 13:30:07 +0400
commit1edb826db48c02f2325eda9112ff0185f1ecb29b (patch)
treefe7c6346831f707303e2c30d70a73187062f20a8 /server_status.php
parente7513146b7556976a89198440f34a4a43b8a3ca9 (diff)
parentb739dfd04042550c74ace2168b9b4bef56c17450 (diff)
Merge remote-tracking branch 'tyron/master'
Conflicts: server_status.php
Diffstat (limited to 'server_status.php')
-rw-r--r--server_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_status.php b/server_status.php
index 66244c2d18..14d762dfeb 100644
--- a/server_status.php
+++ b/server_status.php
@@ -61,7 +61,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