From 485a1c6ef018a327c41c6b096c47d0ba9c7bf67a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 24 Mar 2002 23:48:15 +0000 Subject: [PATCH] Yet another typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75093 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 89cf1e67de..ac08586da7 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -2294,7 +2294,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 queries per second. For a complete list of other status variables you have to use the SHOW STATUS - sql command. + SQL command.