List:Commits« Previous MessageNext Message »
From:paul.dubois Date:May 12 2009 4:55pm
Subject:svn commit - mysqldoc@docsrva: r14891 - in trunk: . refman-5.1 refman-5.4 refman-6.0
View as plain text  
Author: paul
Date: 2009-05-12 18:55:53 +0200 (Tue, 12 May 2009)
New Revision: 14891

Log:
 r41118@frost:  paul | 2009-05-12 11:53:36 -0500
 Fix docs bug:
 Bug#44700: mysqlbinlog always outputs a BASE64 header


Modified:
   trunk/refman-5.1/programs-admin-util-core.xml
   trunk/refman-5.4/programs-admin-util-core.xml
   trunk/refman-6.0/programs-admin-util-core.xml

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


Modified: trunk/refman-5.1/programs-admin-util-core.xml
===================================================================
--- trunk/refman-5.1/programs-admin-util-core.xml	2009-05-12 16:28:50 UTC (rev 14890)
+++ trunk/refman-5.1/programs-admin-util-core.xml	2009-05-12 16:55:53 UTC (rev 14891)
Changed blocks: 3, Lines Added: 24, Lines Deleted: 1; 1860 bytes

@@ -5173,6 +5173,11 @@
 
       <title><command>mysqlbinlog</command> Row Event Display</title>
 
+      <indexterm>
+        <primary>BINLOG statement</primary>
+        <secondary>mysqlbinlog output</secondary>
+      </indexterm>
+
       <para>
         The following examples illustrate how
         <command>mysqlbinlog</command> displays row events that specify

@@ -5419,7 +5424,7 @@
 
         <listitem>
           <para>
-            The original column names are lost and replace by
+            The original column names are lost and replaced by
             <literal>@<replaceable>N</replaceable></literal>, where
             <replaceable>N</replaceable> is a column number.
           </para>

@@ -5480,6 +5485,24 @@
 
       </itemizedlist>
 
+      <para>
+        Proper interpretation of row events requires the information
+        from the format description event at the beginning of the binary
+        log. Because <command>mysqlbinlog</command> does not know in
+        advance whether the rest of the log contains row events, by
+        default it displays the format description event using a
+        <literal role="stmt">BINLOG</literal> statement in the initial
+        part of the output.
+      </para>
+
+      <para>
+        If the binary log is known not to contain any events requiring a
+        <literal role="stmt">BINLOG</literal> statement (that is, no row
+        events), the
+        <option role="mysqlbinlog">--base64-output=NEVER</option> option
+        can be used to prevent this header from being written.
+      </para>
+
     </refsection>
 
   </refentry>


Modified: trunk/refman-5.4/programs-admin-util-core.xml
===================================================================
--- trunk/refman-5.4/programs-admin-util-core.xml	2009-05-12 16:28:50 UTC (rev 14890)
+++ trunk/refman-5.4/programs-admin-util-core.xml	2009-05-12 16:55:53 UTC (rev 14891)
Changed blocks: 3, Lines Added: 24, Lines Deleted: 1; 1860 bytes

@@ -5156,6 +5156,11 @@
 
       <title><command>mysqlbinlog</command> Row Event Display</title>
 
+      <indexterm>
+        <primary>BINLOG statement</primary>
+        <secondary>mysqlbinlog output</secondary>
+      </indexterm>
+
       <para>
         The following examples illustrate how
         <command>mysqlbinlog</command> displays row events that specify

@@ -5401,7 +5406,7 @@
 
         <listitem>
           <para>
-            The original column names are lost and replace by
+            The original column names are lost and replaced by
             <literal>@<replaceable>N</replaceable></literal>, where
             <replaceable>N</replaceable> is a column number.
           </para>

@@ -5462,6 +5467,24 @@
 
       </itemizedlist>
 
+      <para>
+        Proper interpretation of row events requires the information
+        from the format description event at the beginning of the binary
+        log. Because <command>mysqlbinlog</command> does not know in
+        advance whether the rest of the log contains row events, by
+        default it displays the format description event using a
+        <literal role="stmt">BINLOG</literal> statement in the initial
+        part of the output.
+      </para>
+
+      <para>
+        If the binary log is known not to contain any events requiring a
+        <literal role="stmt">BINLOG</literal> statement (that is, no row
+        events), the
+        <option role="mysqlbinlog">--base64-output=NEVER</option> option
+        can be used to prevent this header from being written.
+      </para>
+
     </refsection>
 
   </refentry>


Modified: trunk/refman-6.0/programs-admin-util-core.xml
===================================================================
--- trunk/refman-6.0/programs-admin-util-core.xml	2009-05-12 16:28:50 UTC (rev 14890)
+++ trunk/refman-6.0/programs-admin-util-core.xml	2009-05-12 16:55:53 UTC (rev 14891)
Changed blocks: 3, Lines Added: 24, Lines Deleted: 1; 1860 bytes

@@ -5650,6 +5650,11 @@
 
       <title><command>mysqlbinlog</command> Row Event Display</title>
 
+      <indexterm>
+        <primary>BINLOG statement</primary>
+        <secondary>mysqlbinlog output</secondary>
+      </indexterm>
+
       <para>
         The following examples illustrate how
         <command>mysqlbinlog</command> displays row events that specify

@@ -5896,7 +5901,7 @@
 
         <listitem>
           <para>
-            The original column names are lost and replace by
+            The original column names are lost and replaced by
             <literal>@<replaceable>N</replaceable></literal>, where
             <replaceable>N</replaceable> is a column number.
           </para>

@@ -5957,6 +5962,24 @@
 
       </itemizedlist>
 
+      <para>
+        Proper interpretation of row events requires the information
+        from the format description event at the beginning of the binary
+        log. Because <command>mysqlbinlog</command> does not know in
+        advance whether the rest of the log contains row events, by
+        default it displays the format description event using a
+        <literal role="stmt">BINLOG</literal> statement in the initial
+        part of the output.
+      </para>
+
+      <para>
+        If the binary log is known not to contain any events requiring a
+        <literal role="stmt">BINLOG</literal> statement (that is, no row
+        events), the
+        <option role="mysqlbinlog">--base64-output=NEVER</option> option
+        can be used to prevent this header from being written.
+      </para>
+
     </refsection>
 
   </refentry>


Thread
svn commit - mysqldoc@docsrva: r14891 - in trunk: . refman-5.1 refman-5.4 refman-6.0paul.dubois12 May