List:Internals« Previous MessageNext Message »
From:paul Date:October 21 2005 7:49pm
Subject:svn commit - mysqldoc@docsrva: r132 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2005-10-21 19:49:12 +0200 (Fri, 21 Oct 2005)
New Revision: 132

Log:
 r145@kite-hub:  paul | 2005-10-21 12:48:42 -0500
 --triggers description was in mysqlhotcopy section.


Modified:
   trunk/
   trunk/refman-5.0/client-side-scripts.xml
   trunk/refman-5.1/client-side-scripts.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:2962
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:144
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:2962
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:145

Modified: trunk/refman-5.0/client-side-scripts.xml
===================================================================
--- trunk/refman-5.0/client-side-scripts.xml	2005-10-21 17:48:51 UTC (rev 131)
+++ trunk/refman-5.0/client-side-scripts.xml	2005-10-21 17:49:12 UTC (rev 132)
@@ -5981,6 +5981,19 @@
 
           <listitem>
             <para>
+              <option>--triggers</option>
+            </para>
+
+            <para>
+              Dump triggers for each dumped table. This option is on by
+              default; disable it with <option>--skip-triggers</option>.
+              This option was added in MySQL 5.0.11. Before that,
+              triggers are not dumped.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
               <option>--tz-utc</option>
             </para>
 
@@ -6542,19 +6555,6 @@
 
           <listitem>
             <para>
-              <option>--triggers</option>
-            </para>
-
-            <para>
-              Dump triggers for each dumped table. This option is on by
-              default; disable it with <option>--skip-triggers</option>.
-              This option was added in MySQL 5.0.11. Before that,
-              triggers are not dumped.
-            </para>
-          </listitem>
-
-          <listitem>
-            <para>
              
<option>--user=<replaceable>user_name</replaceable></option>,
               <option>-u
<replaceable>user_name</replaceable></option>
             </para>

Modified: trunk/refman-5.1/client-side-scripts.xml
===================================================================
--- trunk/refman-5.1/client-side-scripts.xml	2005-10-21 17:48:51 UTC (rev 131)
+++ trunk/refman-5.1/client-side-scripts.xml	2005-10-21 17:49:12 UTC (rev 132)
@@ -5980,6 +5980,17 @@
 
           <listitem>
             <para>
+              <option>--triggers</option>
+            </para>
+
+            <para>
+              Dump triggers for each dumped table. This option is on by
+              default; disable it with <option>--skip-triggers</option>.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
               <option>--tz-utc</option>
             </para>
 
@@ -6541,17 +6552,6 @@
 
           <listitem>
             <para>
-              <option>--triggers</option>
-            </para>
-
-            <para>
-              Dump triggers for each dumped table. This option is on by
-              default; disable it with <option>--skip-triggers</option>.
-            </para>
-          </listitem>
-
-          <listitem>
-            <para>
              
<option>--user=<replaceable>user_name</replaceable></option>,
               <option>-u
<replaceable>user_name</replaceable></option>
             </para>

Thread
svn commit - mysqldoc@docsrva: r132 - in trunk: . refman-5.0 refman-5.1paul21 Oct