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.