Author: paul
Date: 2006-10-14 18:19:48 +0200 (Sat, 14 Oct 2006)
New Revision: 3644
Log:
r10944@frost: paul | 2006-10-14 11:18:25 -0500
REVOKE section didn't say that REVOKE removes privileges
but doesn't drop accounts.
Modified:
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
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14524
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10895
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10957
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14524
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10944
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10957
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-10-14 06:34:17 UTC (rev 3643)
+++ trunk/refman-4.1/sql-syntax.xml 2006-10-14 16:19:48 UTC (rev 3644)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 715 bytes
@@ -12054,6 +12054,13 @@
REVOKE GRANT OPTION ON *.* FROM <replaceable>user</replaceable> [, <replaceable>user</replaceable>] ...
</programlisting>
+ <para>
+ <literal>REVOKE</literal> removes privileges, but does not
+ drop <literal>user</literal> table entries. You must do that
+ explicitly using <literal>DROP USER</literal> or
+ <literal>DELETE</literal>.
+ </para>
+
</section>
<section id="set-password">
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-10-14 06:34:17 UTC (rev 3643)
+++ trunk/refman-5.0/sql-syntax.xml 2006-10-14 16:19:48 UTC (rev 3644)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 654 bytes
@@ -13560,6 +13560,13 @@
<literal>mysql</literal> database.
</para>
+ <para>
+ <literal>REVOKE</literal> removes privileges, but does not
+ drop <literal>user</literal> table entries. You must do that
+ explicitly using <literal>DROP USER</literal> or
+ <literal>DELETE</literal>.
+ </para>
+
</section>
<section id="set-password">
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-10-14 06:34:17 UTC (rev 3643)
+++ trunk/refman-5.1/sql-syntax.xml 2006-10-14 16:19:48 UTC (rev 3644)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 654 bytes
@@ -14830,6 +14830,13 @@
<literal>mysql</literal> database.
</para>
+ <para>
+ <literal>REVOKE</literal> removes privileges, but does not
+ drop <literal>user</literal> table entries. You must do that
+ explicitly using <literal>DROP USER</literal> or
+ <literal>DELETE</literal>.
+ </para>
+
</section>
<section id="set-password">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3644 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 14 Oct |