List:Internals« Previous MessageNext Message »
From:paul Date:November 5 2005 9:51pm
Subject:svn commit - mysqldoc@docsrva: r283 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2005-11-05 22:51:23 +0100 (Sat, 05 Nov 2005)
New Revision: 283

Log:
 r3429@frost:  paul | 2005-11-05 15:45:25 -0600
 Add DROP USER help markup.


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:3428
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:278
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3429
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:278

Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml	2005-11-05 21:51:11 UTC (rev 282)
+++ trunk/refman-4.1/sql-syntax.xml	2005-11-05 21:51:23 UTC (rev 283)
@@ -10080,10 +10080,16 @@
           <secondary>deleting</secondary>
         </indexterm>
 
+        <remark role="help-topic" condition="DROP USER"/>
+
+        <remark role="help-syntax"/>
+
 <programlisting>
 DROP USER <replaceable>user</replaceable> [, <replaceable>user</replaceable>] ...
 </programlisting>
 
+        <remark role="help-description-begin"/>
+
         <para>
           The <literal>DROP USER</literal> statement deletes one or more
           MySQL accounts. To use it, you must have the global
@@ -10099,6 +10105,8 @@
           account.
         </para>
 
+        <remark role="help-description-end"/>
+
         <para>
           <literal>DROP USER</literal> was added in MySQL 4.1.1. In
           MySQL 4.1, it removes only accounts that have no privileges.

Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2005-11-05 21:51:11 UTC (rev 282)
+++ trunk/refman-5.0/sql-syntax.xml	2005-11-05 21:51:23 UTC (rev 283)
@@ -11148,10 +11148,16 @@
           <secondary>deleting</secondary>
         </indexterm>
 
+        <remark role="help-topic" condition="DROP USER"/>
+
+        <remark role="help-syntax"/>
+
 <programlisting>
 DROP USER <replaceable>user</replaceable> [, <replaceable>user</replaceable>] ...
 </programlisting>
 
+        <remark role="help-description-begin"/>
+
         <para>
           The <literal>DROP USER</literal> statement deletes one or more
           MySQL accounts. To use it, you must have the global
@@ -11189,6 +11195,8 @@
           all grant tables.
         </para>
 
+        <remark role="help-description-end"/>
+
         <para>
           In MySQL 5.0.0 and 5.0.1, <literal>DROP USER</literal> deletes
           only MySQL accounts that have no privileges. In these MySQL

Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2005-11-05 21:51:11 UTC (rev 282)
+++ trunk/refman-5.1/sql-syntax.xml	2005-11-05 21:51:23 UTC (rev 283)
@@ -11704,10 +11704,16 @@
           <secondary>deleting</secondary>
         </indexterm>
 
+        <remark role="help-topic" condition="DROP USER"/>
+
+        <remark role="help-syntax"/>
+
 <programlisting>
 DROP USER <replaceable>user</replaceable> [, <replaceable>user</replaceable>] ...
 </programlisting>
 
+        <remark role="help-description-begin"/>
+
         <para>
           The <literal>DROP USER</literal> statement deletes one or more
           MySQL accounts. To use it, you must have the global
@@ -11737,6 +11743,8 @@
           records for the account from all grant tables.
         </para>
 
+        <remark role="help-description-end"/>
+
         <para>
           <emphasis>Important</emphasis>: <literal>DROP USER</literal>
           does not automatically close any open user sessions. Rather,

Thread
svn commit - mysqldoc@docsrva: r283 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul5 Nov