Author: shinz
Date: 2006-02-10 11:15:23 +0100 (Fri, 10 Feb 2006)
New Revision: 1274
Log:
mysqladmin processlist is a command, not a statement (Carsten)
Modified:
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-02-09 20:32:59 UTC (rev 1273)
+++ trunk/refman-4.1/sql-syntax.xml 2006-02-10 10:15:23 UTC (rev 1274)
@@ -14761,7 +14761,7 @@
<para>
<literal>SHOW PROCESSLIST</literal> shows you which threads
are running. You can also get this information using the
- <command>mysqladmin processlist</command> statement. If you
+ <command>mysqladmin processlist</command> command. If you
have the <literal>SUPER</literal> privilege, you can see all
threads. Otherwise, you can see only your own threads (that
is, threads associated with the MySQL account that you are
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-02-09 20:32:59 UTC (rev 1273)
+++ trunk/refman-5.0/sql-syntax.xml 2006-02-10 10:15:23 UTC (rev 1274)
@@ -16104,7 +16104,7 @@
<para>
<literal>SHOW PROCESSLIST</literal> shows you which threads
are running. You can also get this information using the
- <command>mysqladmin processlist</command> statement. If you
+ <command>mysqladmin processlist</command> command. If you
have the <literal>SUPER</literal> privilege, you can see all
threads. Otherwise, you can see only your own threads (that
is, threads associated with the MySQL account that you are
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-02-09 20:32:59 UTC (rev 1273)
+++ trunk/refman-5.1/sql-syntax.xml 2006-02-10 10:15:23 UTC (rev 1274)
@@ -16633,7 +16633,7 @@
<para>
<literal>SHOW PROCESSLIST</literal> shows you which threads
are running. You can also get this information using the
- <command>mysqladmin processlist</command> statement. If you
+ <command>mysqladmin processlist</command> command. If you
have the <literal>SUPER</literal> privilege, you can see all
threads. Otherwise, you can see only your own threads (that
is, threads associated with the MySQL account that you are
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1274 - in trunk: refman-4.1 refman-5.0 refman-5.1 | stefan | 10 Feb |