Author: paul
Date: 2008-03-18 21:37:10 +0100 (Tue, 18 Mar 2008)
New Revision: 10304
Log:
r30318@arctic: paul | 2008-03-18 14:14:59 -0500
Mention that REFERENCES is unused. (Was stated for GRANT, state it
in dba-core.xml as well.)
Modified:
trunk/it/refman-5.1/dba-core.xml
trunk/pt/refman-5.1/dba-core.xml
trunk/refman-4.1/dba-core.xml
trunk/refman-5.0/dba-core.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-6.0/dba-core.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:30089
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30309
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30089
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30318
Modified: trunk/it/refman-5.1/dba-core.xml
===================================================================
--- trunk/it/refman-5.1/dba-core.xml 2008-03-18 18:48:53 UTC (rev 10303)
+++ trunk/it/refman-5.1/dba-core.xml 2008-03-18 20:37:10 UTC (rev 10304)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 854 bytes
@@ -15947,10 +15947,6 @@
<xref linkend="grant"/>.
</para>
- <remark role="todo">
- probably should have that information here as well.
- </remark>
-
<informaltable>
<tgroup cols="3">
<colspec colwidth="30*"/>
@@ -16227,6 +16223,10 @@
</para>
<para>
+ The <literal>REFERENCES</literal> privilege currently is unused.
+ </para>
+
+ <para>
The remaining privileges are used for administrative operations.
Many of them can be performed by using the
<command>mysqladmin</command> program or by issuing SQL
Modified: trunk/pt/refman-5.1/dba-core.xml
===================================================================
--- trunk/pt/refman-5.1/dba-core.xml 2008-03-18 18:48:53 UTC (rev 10303)
+++ trunk/pt/refman-5.1/dba-core.xml 2008-03-18 20:37:10 UTC (rev 10304)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 854 bytes
@@ -15947,10 +15947,6 @@
<xref linkend="grant"/>.
</para>
- <remark role="todo">
- probably should have that information here as well.
- </remark>
-
<informaltable>
<tgroup cols="3">
<colspec colwidth="30*"/>
@@ -16227,6 +16223,10 @@
</para>
<para>
+ The <literal>REFERENCES</literal> privilege currently is unused.
+ </para>
+
+ <para>
The remaining privileges are used for administrative operations.
Many of them can be performed by using the
<command>mysqladmin</command> program or by issuing SQL
Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml 2008-03-18 18:48:53 UTC (rev 10303)
+++ trunk/refman-4.1/dba-core.xml 2008-03-18 20:37:10 UTC (rev 10304)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 845 bytes
@@ -12273,10 +12273,6 @@
<xref linkend="grant"/>.
</para>
- <remark role="todo">
- probably should have that information here as well.
- </remark>
-
<informaltable>
<tgroup cols="3">
<colspec colwidth="30*"/>
@@ -12481,6 +12477,10 @@
</para>
<para>
+ The <literal>REFERENCES</literal> privilege currently is unused.
+ </para>
+
+ <para>
The remaining privileges are used for administrative operations.
Many of them can be performed by using the
<command>mysqladmin</command> program or by issuing SQL
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2008-03-18 18:48:53 UTC (rev 10303)
+++ trunk/refman-5.0/dba-core.xml 2008-03-18 20:37:10 UTC (rev 10304)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 845 bytes
@@ -14198,10 +14198,6 @@
<xref linkend="grant"/>.
</para>
- <remark role="todo">
- probably should have that information here as well.
- </remark>
-
<informaltable>
<tgroup cols="3">
<colspec colwidth="30*"/>
@@ -14466,6 +14462,10 @@
</para>
<para>
+ The <literal>REFERENCES</literal> privilege currently is unused.
+ </para>
+
+ <para>
The remaining privileges are used for administrative operations.
Many of them can be performed by using the
<command>mysqladmin</command> program or by issuing SQL
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2008-03-18 18:48:53 UTC (rev 10303)
+++ trunk/refman-5.1/dba-core.xml 2008-03-18 20:37:10 UTC (rev 10304)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 845 bytes
@@ -15947,10 +15947,6 @@
<xref linkend="grant"/>.
</para>
- <remark role="todo">
- probably should have that information here as well.
- </remark>
-
<informaltable>
<tgroup cols="3">
<colspec colwidth="30*"/>
@@ -16227,6 +16223,10 @@
</para>
<para>
+ The <literal>REFERENCES</literal> privilege currently is unused.
+ </para>
+
+ <para>
The remaining privileges are used for administrative operations.
Many of them can be performed by using the
<command>mysqladmin</command> program or by issuing SQL
Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml 2008-03-18 18:48:53 UTC (rev 10303)
+++ trunk/refman-6.0/dba-core.xml 2008-03-18 20:37:10 UTC (rev 10304)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 845 bytes
@@ -15715,10 +15715,6 @@
<xref linkend="grant"/>.
</para>
- <remark role="todo">
- probably should have that information here as well.
- </remark>
-
<informaltable>
<tgroup cols="3">
<colspec colwidth="30*"/>
@@ -15985,6 +15981,10 @@
</para>
<para>
+ The <literal>REFERENCES</literal> privilege currently is unused.
+ </para>
+
+ <para>
The remaining privileges are used for administrative operations.
Many of them can be performed by using the
<command>mysqladmin</command> program or by issuing SQL
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10304 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul | 18 Mar |