Author: jstephens
Date: 2011-02-10 13:13:07 +0100 (Thu, 10 Feb 2011)
New Revision: 25052
Log:
Fixes Docs BUG#59902 (Sending data thread state)
Modified:
trunk/refman-5.0/optimization.xml
trunk/refman-5.1/optimization.xml
trunk/refman-5.5/optimization.xml
trunk/refman-5.6/optimization.xml
trunk/refman-6.0/optimization.xml
Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml 2011-02-10 12:08:38 UTC (rev 25051)
+++ trunk/refman-5.0/optimization.xml 2011-02-10 12:13:07 UTC (rev 25052)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 3; 896 bytes
@@ -15188,9 +15188,12 @@
</para>
<para>
- The thread is processing rows for a
- <literal role="stmt">SELECT</literal> statement and also is
- sending data to the client.
+ The thread is reading and processing rows for a
+ <literal role="stmt">SELECT</literal> statement, and sending
+ data to the client. Because operations occurring during this
+ this state tend to perform large amounts of disk access
+ (reads), it is often the longest-running state over the
+ lifetime of a given query.
</para>
</listitem>
Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml 2011-02-10 12:08:38 UTC (rev 25051)
+++ trunk/refman-5.1/optimization.xml 2011-02-10 12:13:07 UTC (rev 25052)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 3; 896 bytes
@@ -16561,9 +16561,12 @@
</para>
<para>
- The thread is processing rows for a
- <literal role="stmt">SELECT</literal> statement and also is
- sending data to the client.
+ The thread is reading and processing rows for a
+ <literal role="stmt">SELECT</literal> statement, and sending
+ data to the client. Because operations occurring during this
+ this state tend to perform large amounts of disk access
+ (reads), it is often the longest-running state over the
+ lifetime of a given query.
</para>
</listitem>
Modified: trunk/refman-5.5/optimization.xml
===================================================================
--- trunk/refman-5.5/optimization.xml 2011-02-10 12:08:38 UTC (rev 25051)
+++ trunk/refman-5.5/optimization.xml 2011-02-10 12:13:07 UTC (rev 25052)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 4; 1055 bytes
@@ -976,7 +976,6 @@
</section>
-
<section id="permission-optimization">
<title>Optimizing Database Privileges</title>
@@ -14334,9 +14333,12 @@
</para>
<para>
- The thread is processing rows for a
- <literal role="stmt">SELECT</literal> statement and also
- is sending data to the client.
+ The thread is reading and processing rows for a
+ <literal role="stmt">SELECT</literal> statement, and
+ sending data to the client. Because operations occurring
+ during this this state tend to perform large amounts of
+ disk access (reads), it is often the longest-running state
+ over the lifetime of a given query.
</para>
</listitem>
Modified: trunk/refman-5.6/optimization.xml
===================================================================
--- trunk/refman-5.6/optimization.xml 2011-02-10 12:08:38 UTC (rev 25051)
+++ trunk/refman-5.6/optimization.xml 2011-02-10 12:13:07 UTC (rev 25052)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 3; 922 bytes
@@ -14622,9 +14622,12 @@
</para>
<para>
- The thread is processing rows for a
- <literal role="stmt">SELECT</literal> statement and also
- is sending data to the client.
+ The thread is reading and processing rows for a
+ <literal role="stmt">SELECT</literal> statement, and
+ sending data to the client. Because operations occurring
+ during this this state tend to perform large amounts of
+ disk access (reads), it is often the longest-running state
+ over the lifetime of a given query.
</para>
</listitem>
Modified: trunk/refman-6.0/optimization.xml
===================================================================
--- trunk/refman-6.0/optimization.xml 2011-02-10 12:08:38 UTC (rev 25051)
+++ trunk/refman-6.0/optimization.xml 2011-02-10 12:13:07 UTC (rev 25052)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 3; 896 bytes
@@ -17951,9 +17951,12 @@
</para>
<para>
- The thread is processing rows for a
- <literal role="stmt">SELECT</literal> statement and also is
- sending data to the client.
+ The thread is reading and processing rows for a
+ <literal role="stmt">SELECT</literal> statement, and sending
+ data to the client. Because operations occurring during this
+ this state tend to perform large amounts of disk access
+ (reads), it is often the longest-running state over the
+ lifetime of a given query.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r25052 - in trunk: refman-5.0 refman-5.1 refman-5.5 refman-5.6 refman-6.0 | jon.stephens | 10 Feb |