List:Commits« Previous MessageNext Message »
From:paul Date:February 25 2008 10:13pm
Subject:svn commit - mysqldoc@docsrva: r10011 - in trunk: . refman-6.0
View as plain text  
Author: paul
Date: 2008-02-25 22:13:41 +0100 (Mon, 25 Feb 2008)
New Revision: 10011

Log:
 r29507@frost:  paul | 2008-02-25 15:12:39 -0600
 Additional information for mysqldump --dump-slave option. (Brian)


Modified:
   trunk/refman-6.0/programs-client-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29503
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29591
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29507
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29591


Modified: trunk/refman-6.0/programs-client-core.xml
===================================================================
--- trunk/refman-6.0/programs-client-core.xml	2008-02-25 20:51:49 UTC (rev 10010)
+++ trunk/refman-6.0/programs-client-core.xml	2008-02-25 21:13:41 UTC (rev 10011)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 7; 1437 bytes

@@ -5486,13 +5486,16 @@
           </para>
 
           <para>
-            This option is used to dump a replication slave server and
-            causes the output to include a <literal>CHANGE
-            MASTER</literal> statement that indicates the binary log
-            coordinates for the slave's master server. The option value
-            is handled the same way as for
-            <option>--master-data</option>. This option was added in
-            MySQL 6.0.4.
+            This option is similar to <option>--master-data</option>
+            except that it is used to dump a replication slave server
+            and the <literal>CHANGE MASTER</literal> statement included
+            in the output indicates the binary log coordinates for the
+            slave's master server, not the dumped server. The option
+            value is handled the same way as for
+            <option>--master-data</option> and has the same effect as
+            <option>--master-data</option> in terms of enabling or
+            disabling other options and in how locking is handled. This
+            option was added in MySQL 6.0.4.
           </para>
 
           <para>


Thread
svn commit - mysqldoc@docsrva: r10011 - in trunk: . refman-6.0paul25 Feb