From de5346406e09a77d608368046b7702f789c4b977 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sun, 24 Mar 2002 11:15:22 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75004 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 175d0bd2d3..8eb11a1313 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -2292,7 +2292,7 @@ for ($i = 0; $i < mysql_num_rows($result); $i++) { mysql_stat currently only returns status for uptime, - threads, queries, open tables, flush tables and queris per second. For a + 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.