mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75004 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
603d9730b6
commit
de5346406e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.96 $ -->
|
||||
<!-- $Revision: 1.97 $ -->
|
||||
<reference id="ref.mysql">
|
||||
<title>MySQL Functions</title>
|
||||
<titleabbrev>MySQL</titleabbrev>
|
||||
|
@ -2292,7 +2292,7 @@ for ($i = 0; $i < mysql_num_rows($result); $i++) {
|
|||
<note>
|
||||
<para>
|
||||
<function>mysql_stat</function> 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.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue