Author: plavin
Date: 2007-02-05 18:13:58 +0100 (Mon, 05 Feb 2007)
New Revision: 4791
Log:
Assorted changes to status variables
Modified:
trunk/dynamic-docs/mysqld-optvar/options.xml
Modified: trunk/dynamic-docs/mysqld-optvar/options.xml
===================================================================
--- trunk/dynamic-docs/mysqld-optvar/options.xml 2007-02-05 17:09:52 UTC (rev 4790)
+++ trunk/dynamic-docs/mysqld-optvar/options.xml 2007-02-05 17:13:58 UTC (rev 4791)
Changed blocks: 12, Lines Added: 15, Lines Deleted: 12; 5281 bytes
@@ -170,7 +170,7 @@
<!-- checked -->
<xrefto id="optvar_Com_optvar"/>
<name>Com_alter_table</name>
- <shortdescription lang="en">Count of ALTER TABLE staements</shortdescription>
+ <shortdescription lang="en">Count of ALTER TABLE statements</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -734,7 +734,7 @@
<mysqloption id="Com_kill">
<xrefto id="optvar_Com_optvar"/>
<name>Com_kill</name>
- <shortdescription lang="en">Count of KILL staements</shortdescription>
+ <shortdescription lang="en">Count of KILL statements</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -751,7 +751,7 @@
<mysqloption id="Com_load">
<xrefto id="optvar_Com_optvar"/>
<name>Com_load</name>
- <shortdescription lang="en">Count of LOAD staements</shortdescription>
+ <shortdescription lang="en">Count of LOAD statements</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -3029,7 +3029,7 @@
<mysqloption id="Sort_scan">
<xrefto id="optvar_Sort_scan"/>
<name>Sort_scan</name>
- <shortdescription lang="en">Sort scan</shortdescription>
+ <shortdescription lang="en">The number of sorts that were done by scanning the table</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -3064,7 +3064,7 @@
<mysqloption id="Table_locks_waited">
<xrefto id="optvar_Table_locks_waited"/>
<name>Table_locks_waited</name>
- <shortdescription lang="en">Table locks waited</shortdescription>
+ <shortdescription lang="en">The number of times that a table lock could not be acquired immediately and a wait was needed</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -3081,7 +3081,9 @@
<mysqloption id="Tc_log_max_pages_used">
<xrefto id="optvar_Tc_log_max_pages_used"/>
<name>Tc_log_max_pages_used</name>
- <shortdescription lang="en">Tc log max pages used</shortdescription>
+ <shortdescription lang="en">For the memory-mapped implementation of the log that is used by mysqld when it acts as the
+ transaction coordinator for recovery of internal XA transactions,this variable indicates the largest
+ number of pages used for the log since the server started.</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -3098,7 +3100,7 @@
<mysqloption id="Tc_log_page_size">
<xrefto id="optvar_Tc_log_page_size"/>
<name>Tc_log_page_size</name>
- <shortdescription lang="en">Tc log page size</shortdescription>
+ <shortdescription lang="en">The page size used for the memory-mapped implementation of the XA recovery log</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -3115,7 +3117,8 @@
<mysqloption id="Tc_log_page_waits">
<xrefto id="optvar_Tc_log_page_waits"/>
<name>Tc_log_page_waits</name>
- <shortdescription lang="en">Tc log page waits</shortdescription>
+ <shortdescription lang="en">For the memory-mapped implementation of the recovery log, this variable increments each time the
+ server was not able to commit a transaction and had to wait for a free page in the log</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -3132,7 +3135,7 @@
<mysqloption id="Threads_cached">
<xrefto id="optvar_Threads_cached"/>
<name>Threads_cached</name>
- <shortdescription lang="en">Threads cached</shortdescription>
+ <shortdescription lang="en">The number of threads in the thread cache</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -3149,7 +3152,7 @@
<mysqloption id="Threads_connected">
<xrefto id="optvar_Threads_connected"/>
<name>Threads_connected</name>
- <shortdescription lang="en">Threads connected</shortdescription>
+ <shortdescription lang="en">The number of currently open connections</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -3166,7 +3169,7 @@
<mysqloption id="Threads_created">
<xrefto id="optvar_Threads_created"/>
<name>Threads_created</name>
- <shortdescription lang="en">Threads created</shortdescription>
+ <shortdescription lang="en">The number of threads created to handle connections</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
@@ -3183,7 +3186,7 @@
<mysqloption id="Threads_running">
<xrefto id="optvar_Threads_running"/>
<name>Threads_running</name>
- <shortdescription lang="en">Threads running</shortdescription>
+ <shortdescription lang="en">The number of threads that are not sleeping</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
<engines includes="all"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4791 - trunk/dynamic-docs/mysqld-optvar | plavin | 5 Feb |