From: Jakub Vrana Date: Fri, 10 Dec 2010 16:08:07 +0000 (+0100) Subject: Show number of connections (thanks to fos4) X-Git-Tag: v3.2.0~96 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=3fad0c6ef702bc5bdc03da763afa78b7b52f1707;p=adminer.git Show number of connections (thanks to fos4) --- diff --git a/adminer/processlist.inc.php b/adminer/processlist.inc.php index 09e22ff6..7af10c3f 100644 --- a/adminer/processlist.inc.php +++ b/adminer/processlist.inc.php @@ -15,6 +15,7 @@ page_header(lang('Process list'), $error);
$row) { if (!$i) { echo "\n"; @@ -30,4 +31,5 @@ foreach (get_rows("SHOW FULL PROCESSLIST") as $i => $row) {

+result("SELECT @@max_connections"); ?>

 " . implode("", array_keys($row)) . "