Author: paul
Date: 2008-03-14 21:39:09 +0100 (Fri, 14 Mar 2008)
New Revision: 10244
Log:
r30007@frost: paul | 2008-03-14 15:06:17 -0500
Revise REVOKE intro paragraphs
Modified:
trunk/it/refman-5.1/sql-syntax.xml
trunk/pt/refman-5.1/sql-syntax.xml
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
trunk/refman-6.0/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30003
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30059
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30007
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30059
Modified: trunk/it/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/it/refman-5.1/sql-syntax.xml 2008-03-14 19:59:38 UTC (rev 10243)
+++ trunk/it/refman-5.1/sql-syntax.xml 2008-03-14 20:39:09 UTC (rev 10244)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 8; 1523 bytes
@@ -17271,14 +17271,8 @@
<para>
The <literal>REVOKE</literal> statement enables system
- administrators to revoke privileges from MySQL accounts. To
- use <literal>REVOKE</literal>, you must have the
- <literal>GRANT OPTION</literal> privilege, and you must have
- the privileges that you are revoking.
- </para>
-
- <para>
- Each account is named using the same format as for the
+ administrators to revoke privileges from MySQL accounts. Each
+ account is named using the same format as for the
<literal>GRANT</literal> statement; for example,
<literal>'jeffrey'@'localhost'</literal>. If you specify only
the username part of the account name, a hostname part of
@@ -17287,6 +17281,12 @@
</para>
<para>
+ To use the first <literal>REVOKE</literal> syntax, you must
+ have the <literal>GRANT OPTION</literal> privilege, and you
+ must have the privileges that you are revoking.
+ </para>
+
+ <para>
For details on the levels at which privileges exist, the
allowable <replaceable>priv_type</replaceable> values, and the
syntax for specifying users and passwords, see
Modified: trunk/pt/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/pt/refman-5.1/sql-syntax.xml 2008-03-14 19:59:38 UTC (rev 10243)
+++ trunk/pt/refman-5.1/sql-syntax.xml 2008-03-14 20:39:09 UTC (rev 10244)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 8; 1523 bytes
@@ -17271,14 +17271,8 @@
<para>
The <literal>REVOKE</literal> statement enables system
- administrators to revoke privileges from MySQL accounts. To
- use <literal>REVOKE</literal>, you must have the
- <literal>GRANT OPTION</literal> privilege, and you must have
- the privileges that you are revoking.
- </para>
-
- <para>
- Each account is named using the same format as for the
+ administrators to revoke privileges from MySQL accounts. Each
+ account is named using the same format as for the
<literal>GRANT</literal> statement; for example,
<literal>'jeffrey'@'localhost'</literal>. If you specify only
the username part of the account name, a hostname part of
@@ -17287,6 +17281,12 @@
</para>
<para>
+ To use the first <literal>REVOKE</literal> syntax, you must
+ have the <literal>GRANT OPTION</literal> privilege, and you
+ must have the privileges that you are revoking.
+ </para>
+
+ <para>
For details on the levels at which privileges exist, the
allowable <replaceable>priv_type</replaceable> values, and the
syntax for specifying users and passwords, see
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2008-03-14 19:59:38 UTC (rev 10243)
+++ trunk/refman-4.1/sql-syntax.xml 2008-03-14 20:39:09 UTC (rev 10244)
Changed blocks: 2, Lines Added: 9, Lines Deleted: 9; 1710 bytes
@@ -13099,16 +13099,10 @@
<para>
The <literal>REVOKE</literal> statement enables system
- administrators to revoke privileges from MySQL accounts. To
- use <literal>REVOKE</literal>, you must have the
- <literal>GRANT OPTION</literal> privilege, and you must have
- the privileges that you are revoking.
+ administrators to revoke privileges from MySQL accounts.
<literal>REVOKE</literal> is implemented in MySQL 3.22.11 or
- later. For earlier MySQL versions, it does nothing.
- </para>
-
- <para>
- Each account is named using the same format as for the
+ later. For earlier MySQL versions, it does nothing. Each
+ account is named using the same format as for the
<literal>GRANT</literal> statement; for example,
<literal>'jeffrey'@'localhost'</literal>. If you specify only
the username part of the account name, a hostname part of
@@ -13117,6 +13111,12 @@
</para>
<para>
+ To use the first <literal>REVOKE</literal> syntax, you must
+ have the <literal>GRANT OPTION</literal> privilege, and you
+ must have the privileges that you are revoking.
+ </para>
+
+ <para>
For details on the levels at which privileges exist, the
allowable <replaceable>priv_type</replaceable> values, and the
syntax for specifying users and passwords, see
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2008-03-14 19:59:38 UTC (rev 10243)
+++ trunk/refman-5.0/sql-syntax.xml 2008-03-14 20:39:09 UTC (rev 10244)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 8; 1514 bytes
@@ -14837,14 +14837,8 @@
<para>
The <literal>REVOKE</literal> statement enables system
- administrators to revoke privileges from MySQL accounts. To
- use <literal>REVOKE</literal>, you must have the
- <literal>GRANT OPTION</literal> privilege, and you must have
- the privileges that you are revoking.
- </para>
-
- <para>
- Each account is named using the same format as for the
+ administrators to revoke privileges from MySQL accounts. Each
+ account is named using the same format as for the
<literal>GRANT</literal> statement; for example,
<literal>'jeffrey'@'localhost'</literal>. If you specify only
the username part of the account name, a hostname part of
@@ -14853,6 +14847,12 @@
</para>
<para>
+ To use the first <literal>REVOKE</literal> syntax, you must
+ have the <literal>GRANT OPTION</literal> privilege, and you
+ must have the privileges that you are revoking.
+ </para>
+
+ <para>
For details on the levels at which privileges exist, the
allowable <replaceable>priv_type</replaceable> values, and the
syntax for specifying users and passwords, see
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2008-03-14 19:59:38 UTC (rev 10243)
+++ trunk/refman-5.1/sql-syntax.xml 2008-03-14 20:39:09 UTC (rev 10244)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 8; 1514 bytes
@@ -17271,14 +17271,8 @@
<para>
The <literal>REVOKE</literal> statement enables system
- administrators to revoke privileges from MySQL accounts. To
- use <literal>REVOKE</literal>, you must have the
- <literal>GRANT OPTION</literal> privilege, and you must have
- the privileges that you are revoking.
- </para>
-
- <para>
- Each account is named using the same format as for the
+ administrators to revoke privileges from MySQL accounts. Each
+ account is named using the same format as for the
<literal>GRANT</literal> statement; for example,
<literal>'jeffrey'@'localhost'</literal>. If you specify only
the username part of the account name, a hostname part of
@@ -17287,6 +17281,12 @@
</para>
<para>
+ To use the first <literal>REVOKE</literal> syntax, you must
+ have the <literal>GRANT OPTION</literal> privilege, and you
+ must have the privileges that you are revoking.
+ </para>
+
+ <para>
For details on the levels at which privileges exist, the
allowable <replaceable>priv_type</replaceable> values, and the
syntax for specifying users and passwords, see
Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml 2008-03-14 19:59:38 UTC (rev 10243)
+++ trunk/refman-6.0/sql-syntax.xml 2008-03-14 20:39:09 UTC (rev 10244)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 8; 1514 bytes
@@ -17761,14 +17761,8 @@
<para>
The <literal>REVOKE</literal> statement enables system
- administrators to revoke privileges from MySQL accounts. To
- use <literal>REVOKE</literal>, you must have the
- <literal>GRANT OPTION</literal> privilege, and you must have
- the privileges that you are revoking.
- </para>
-
- <para>
- Each account is named using the same format as for the
+ administrators to revoke privileges from MySQL accounts. Each
+ account is named using the same format as for the
<literal>GRANT</literal> statement; for example,
<literal>'jeffrey'@'localhost'</literal>. If you specify only
the username part of the account name, a hostname part of
@@ -17777,6 +17771,12 @@
</para>
<para>
+ To use the first <literal>REVOKE</literal> syntax, you must
+ have the <literal>GRANT OPTION</literal> privilege, and you
+ must have the privileges that you are revoking.
+ </para>
+
+ <para>
For details on the levels at which privileges exist, the
allowable <replaceable>priv_type</replaceable> values, and the
syntax for specifying users and passwords, see
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10244 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul | 14 Mar 2008 |