From c83a8768d8ee668b5ffaea6a47f0f205b0dd2fde Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 17 Dec 2009 12:10:36 +0000 Subject: [PATCH] Fixes SQL query in example #2 of mysql_stat, fixes bug #43313 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292247 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-stat.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/mysql/functions/mysql-stat.xml b/reference/mysql/functions/mysql-stat.xml index 9c7527c6cb..08c47c0309 100644 --- a/reference/mysql/functions/mysql-stat.xml +++ b/reference/mysql/functions/mysql-stat.xml @@ -25,17 +25,17 @@ - + &reftitle.returnvalues; - Returns a string with the status for uptime, threads, queries, open tables, - flush tables and queries per second. For a complete list of other status - variables, you have to use the SHOW STATUS SQL command. + Returns a string with the status for uptime, threads, queries, open tables, + flush tables and queries per second. For a complete list of other status + variables, you have to use the SHOW STATUS SQL command. If link_identifier is invalid, &null; is returned. - + &reftitle.examples; @@ -75,7 +75,7 @@ Array