Author: paul
Date: 2005-11-15 22:05:57 +0100 (Tue, 15 Nov 2005)
New Revision: 345
Log:
r1036@kite-hub: paul | 2005-11-15 15:05:44 -0600
Don't imply that SHOW GRANTS displays all privs an account might be
able to use. It shows only those granted to an account.
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:3733
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1034
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3733
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1036
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2005-11-15 20:55:06 UTC (rev 344)
+++ trunk/refman-4.1/sql-syntax.xml 2005-11-15 21:05:57 UTC (rev 345)
@@ -13605,8 +13605,8 @@
<para>
This statement lists the <literal>GRANT</literal> statements
- that must be issued to duplicate the privileges for a MySQL
- user account.
+ that must be issued to duplicate the privileges that are
+ granted to a MySQL user account.
</para>
<programlisting>
@@ -13619,8 +13619,9 @@
</programlisting>
<para>
- As of MySQL 4.1.2, to list privileges for the current session,
- you can use any of the following statements:
+ As of MySQL 4.1.2, to list the privileges granted to the
+ account that you are using to connect to the server, you can
+ use any of the following statements:
</para>
<programlisting>
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2005-11-15 20:55:06 UTC (rev 344)
+++ trunk/refman-5.0/sql-syntax.xml 2005-11-15 21:05:57 UTC (rev 345)
@@ -14903,8 +14903,8 @@
<para>
This statement lists the <literal>GRANT</literal> statements
- that must be issued to duplicate the privileges for a MySQL
- user account.
+ that must be issued to duplicate the privileges that are
+ granted to a MySQL user account.
</para>
<programlisting>
@@ -14917,8 +14917,9 @@
</programlisting>
<para>
- To list privileges for the current session, you can use any of
- the following statements:
+ To list the privileges granted to the account that you are
+ using to connect to the server, you can use any of the
+ following statements:
</para>
<programlisting>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2005-11-15 20:55:06 UTC (rev 344)
+++ trunk/refman-5.1/sql-syntax.xml 2005-11-15 21:05:57 UTC (rev 345)
@@ -15375,8 +15375,8 @@
<para>
This statement lists the <literal>GRANT</literal> statements
- that must be issued to duplicate the privileges for a MySQL
- user account.
+ that must be issued to duplicate the privileges that are
+ granted to a MySQL user account.
</para>
<programlisting>
@@ -15389,8 +15389,9 @@
</programlisting>
<para>
- To list privileges for the current session, you can use any of
- the following statements:
+ To list the privileges granted to the account that you are
+ using to connect to the server, you can use any of the
+ following statements:
</para>
<programlisting>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r345 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 15 Nov |