Author: paul
Date: 2006-01-27 16:41:40 +0100 (Fri, 27 Jan 2006)
New Revision: 1062
Log:
r6744@frost: paul | 2006-01-27 09:40:44 -0600
Revise "system user" description for SHOW PROCESSLIST.
Modified:
trunk/
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6743
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2564
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6744
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2564
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-01-27 15:41:17 UTC (rev 1061)
+++ trunk/refman-4.1/sql-syntax.xml 2006-01-27 15:41:40 UTC (rev 1062)
@@ -14476,40 +14476,14 @@
</para>
<para>
- The MySQL user who is issuing the statement
+ The MySQL user who is issuing the statement. If this is
+ <literal>system user</literal>, it refers to a non-client
+ thread spawned by the server to handle tasks internally.
+ This could be the I/O or SQL thread used on replication
+ slaves or a delayed-row handler. For <literal>system
+ user</literal>, there is no host specified in the
+ <literal>Host</literal> column.
</para>
-
- <para>
- If the user is <literal>system user</literal>, it can be
- any of these:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- <literal>SYSTEM_THREAD_DELAYED_INSERT</literal>
- </para>
- </listitem>
-
- <listitem>
- <para>
- <literal>SYSTEM_THREAD_SLAVE_IO</literal>
- </para>
- </listitem>
-
- <listitem>
- <para>
- <literal>SYSTEM_THREAD_SLAVE_SQL</literal>
- </para>
- </listitem>
-
- </itemizedlist>
-
- <para>
- For the <literal>system user</literal>, there's no host
- specified in the <literal>Host</literal> column.
- </para>
</listitem>
<listitem>
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-01-27 15:41:17 UTC (rev 1061)
+++ trunk/refman-5.0/sql-syntax.xml 2006-01-27 15:41:40 UTC (rev 1062)
@@ -15677,40 +15677,14 @@
</para>
<para>
- The MySQL user who is issuing the statement
+ The MySQL user who is issuing the statement. If this is
+ <literal>system user</literal>, it refers to a non-client
+ thread spawned by the server to handle tasks internally.
+ This could be the I/O or SQL thread used on replication
+ slaves or a delayed-row handler. For <literal>system
+ user</literal>, there is no host specified in the
+ <literal>Host</literal> column.
</para>
-
- <para>
- If the user is <literal>system user</literal>, it can be
- any of these:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- <literal>SYSTEM_THREAD_DELAYED_INSERT</literal>
- </para>
- </listitem>
-
- <listitem>
- <para>
- <literal>SYSTEM_THREAD_SLAVE_IO</literal>
- </para>
- </listitem>
-
- <listitem>
- <para>
- <literal>SYSTEM_THREAD_SLAVE_SQL</literal>
- </para>
- </listitem>
-
- </itemizedlist>
-
- <para>
- For the <literal>system user</literal>, there's no host
- specified in the <literal>Host</literal> column.
- </para>
</listitem>
<listitem>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-01-27 15:41:17 UTC (rev 1061)
+++ trunk/refman-5.1/sql-syntax.xml 2006-01-27 15:41:40 UTC (rev 1062)
@@ -16214,40 +16214,14 @@
</para>
<para>
- The MySQL user who is issuing the statement
+ The MySQL user who is issuing the statement. If this is
+ <literal>system user</literal>, it refers to a non-client
+ thread spawned by the server to handle tasks internally.
+ This could be the I/O or SQL thread used on replication
+ slaves or a delayed-row handler. For <literal>system
+ user</literal>, there is no host specified in the
+ <literal>Host</literal> column.
</para>
-
- <para>
- If the user is <literal>system user</literal>, it can be
- any of these:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- <literal>SYSTEM_THREAD_DELAYED_INSERT</literal>
- </para>
- </listitem>
-
- <listitem>
- <para>
- <literal>SYSTEM_THREAD_SLAVE_IO</literal>
- </para>
- </listitem>
-
- <listitem>
- <para>
- <literal>SYSTEM_THREAD_SLAVE_SQL</literal>
- </para>
- </listitem>
-
- </itemizedlist>
-
- <para>
- For the <literal>system user</literal>, there's no host
- specified in the <literal>Host</literal> column.
- </para>
</listitem>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1062 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 27 Jan |