Author: docauto
Date: 2009-12-04 02:00:52 +0100 (Fri, 04 Dec 2009)
New Revision: 17992
Log:
Automatic update from ET
Modified:
trunk/mysql-monitor-common/mem-reference-advgraph.xml
Modified: trunk/mysql-monitor-common/mem-reference-advgraph.xml
===================================================================
--- trunk/mysql-monitor-common/mem-reference-advgraph.xml 2009-12-04 00:56:04 UTC (rev 17991)
+++ trunk/mysql-monitor-common/mem-reference-advgraph.xml 2009-12-04 01:00:52 UTC (rev 17992)
Changed blocks: 6, Lines Added: 11, Lines Deleted: 11; 3160 bytes
@@ -1381,7 +1381,7 @@
<para>
Note that the primary purpose of AUTO_INCREMENT in MySQL is to
generate a sequence of <literal>positive</literal> integers. The
- use of non-positive numbers in in an AUTO_INCREMENT column is
+ use of non-positive numbers in an AUTO_INCREMENT column is
unsupported, so you may as well define those columns to be
UNSIGNED, which effectively doubles their allowable range.
</para>
@@ -3814,7 +3814,7 @@
Slaves must connect to a master to get the latest data from the
master. If they cannot connect, or periodically have trouble
connecting, replication may fall behind (i.e. the slave may not
- have the lastest data that was written to the master).
+ have the latest data that was written to the master).
</para>
<para>
@@ -4132,7 +4132,7 @@
The table cache is used to cache file descriptors for open
tables and there is a single cache shared by all clients.
Increasing the size of the table cache allows mysqld to keep
- more tables open simultanously by reducing the number of file
+ more tables open simultaneously by reducing the number of file
open and close operations that must be done. If the value of
<literal>Open_tables</literal> is approaching the value of
<literal>table_cache</literal>, this may indicate performance
@@ -5193,10 +5193,6 @@
<entry><emphasis role="bold">Data Item</emphasis></entry>
</row>
<row>
- <entry><emphasis role="bold">swaits</emphasis></entry>
- <entry>mysql:innodbstatus:innodb_sem_mutex_spin_waits</entry>
- </row>
- <row>
<entry><emphasis role="bold">srounds</emphasis></entry>
<entry>mysql:innodbstatus:innodb_sem_mutex_rounds</entry>
</row>
@@ -5204,6 +5200,10 @@
<entry><emphasis role="bold">oswaits</emphasis></entry>
<entry>mysql:innodbstatus:innodb_sem_mutex_os_waits</entry>
</row>
+ <row>
+ <entry><emphasis role="bold">swaits</emphasis></entry>
+ <entry>mysql:innodbstatus:innodb_sem_mutex_spin_waits</entry>
+ </row>
</tbody>
</tgroup>
</informaltable>
@@ -5712,13 +5712,13 @@
<entry><emphasis role="bold">Data Item</emphasis></entry>
</row>
<row>
+ <entry><emphasis role="bold">size</emphasis></entry>
+ <entry>mysql:variables:query_cache_size</entry>
+ </row>
+ <row>
<entry><emphasis role="bold">free</emphasis></entry>
<entry>mysql:status:Qcache_free_memory</entry>
</row>
- <row>
- <entry><emphasis role="bold">size</emphasis></entry>
- <entry>mysql:variables:query_cache_size</entry>
- </row>
</tbody>
</tgroup>
</informaltable>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r17992 - trunk/mysql-monitor-common | martin.brown | 4 Dec |