From 311fd3b7cb626f1e4be97e2865d4a4da82a579ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 28 Jan 2011 09:36:36 +0100 Subject: [PATCH] Add another link to documentation --- server_status.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server_status.php b/server_status.php index a7974462b..2cba1edd5 100644 --- a/server_status.php +++ b/server_status.php @@ -605,7 +605,9 @@ foreach ($sections as $section_name => $section) {

Query statistics: Since its startup, %s queries have been sent to the server.'), - PMA_formatNumber($server_status['Questions'], 0)); ?>

+ PMA_formatNumber($server_status['Questions'], 0)); + echo PMA_showMySQLDocu('server-status-variables', 'server-status-variables', false, 'statvar_Questions'); + ?>