List:Commits« Previous MessageNext Message »
From:paul Date:May 10 2006 1:34am
Subject:svn commit - mysqldoc@docsrva: r2062 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-05-10 03:34:54 +0200 (Wed, 10 May 2006)
New Revision: 2062

Log:
 r10245@frost:  paul | 2006-05-09 20:26:08 -0500
 mysqlbinlog --start-position/--stop-position arguments apply only
 to first/last named log files.


Modified:
   trunk/
   trunk/refman-4.1/client-utility-programs.xml
   trunk/refman-5.0/client-utility-programs.xml
   trunk/refman-5.1/client-utility-programs.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7365
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10174
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7365
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10245
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886

Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml	2006-05-09 19:03:09 UTC (rev 2061)
+++ trunk/refman-4.1/client-utility-programs.xml	2006-05-10 01:34:54 UTC (rev 2062)
@@ -7830,8 +7830,9 @@
             <para>
               Start reading the binary log at the first event having a
               position equal to the <replaceable>N</replaceable>
-              argument. Available as of MySQL 4.1.4 (previously named
-              <option>--position</option>).
+              argument. This option applies to the first log file named
+              on the command line. Available as of MySQL 4.1.4
+              (previously named <option>--position</option>).
             </para>
           </listitem>
 
@@ -7853,8 +7854,9 @@
             <para>
               Stop reading the binary log at the first event having a
               position equal or greater than the
-              <replaceable>N</replaceable> argument. Available as of
-              MySQL 4.1.4.
+              <replaceable>N</replaceable> argument. This option applies
+              to the last log file named on the command line. Available
+              as of MySQL 4.1.4.
             </para>
           </listitem>
 

Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml	2006-05-09 19:03:09 UTC (rev 2061)
+++ trunk/refman-5.0/client-utility-programs.xml	2006-05-10 01:34:54 UTC (rev 2062)
@@ -7712,7 +7712,8 @@
             <para>
               Start reading the binary log at the first event having a
               position equal to the <replaceable>N</replaceable>
-              argument.
+              argument. This option applies to the first log file named
+              on the command line.
             </para>
           </listitem>
 
@@ -7734,7 +7735,8 @@
             <para>
               Stop reading the binary log at the first event having a
               position equal or greater than the
-              <replaceable>N</replaceable> argument.
+              <replaceable>N</replaceable> argument. This option applies
+              to the last log file named on the command line.
             </para>
           </listitem>
 

Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml	2006-05-09 19:03:09 UTC (rev 2061)
+++ trunk/refman-5.1/client-utility-programs.xml	2006-05-10 01:34:54 UTC (rev 2062)
@@ -7758,7 +7758,8 @@
             <para>
               Start reading the binary log at the first event having a
               position equal to the <replaceable>N</replaceable>
-              argument.
+              argument. This option applies to the first log file named
+              on the command line.
             </para>
           </listitem>
 
@@ -7780,7 +7781,8 @@
             <para>
               Stop reading the binary log at the first event having a
               position equal or greater than the
-              <replaceable>N</replaceable> argument.
+              <replaceable>N</replaceable> argument. This option applies
+              to the last log file named on the command line.
             </para>
           </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r2062 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul10 May