diff --git a/reference/mysql/functions/mysql-stat.xml b/reference/mysql/functions/mysql-stat.xml index 4cc460ec1a..2138518205 100644 --- a/reference/mysql/functions/mysql-stat.xml +++ b/reference/mysql/functions/mysql-stat.xml @@ -1,5 +1,5 @@ - + @@ -30,7 +30,8 @@ ]]> @@ -38,8 +39,17 @@ printf("%s\n", mysql_stat($link)); The above example would produce the following output: Uptime: 5380 + [1] => Threads: 2 + [2] => Questions: 1321299 + [3] => Slow queries: 0 + [4] => Opens: 26 + [5] => Flush tables: 1 + [6] => Open tables: 17 + [7] => Queries per second avg: 245.595 +) ]]>