List:Commits« Previous MessageNext Message »
From:paul.dubois Date:August 28 2008 8:27pm
Subject:svn commit - mysqldoc@docsrva: r11620 - in trunk: . refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-08-28 22:27:57 +0200 (Thu, 28 Aug 2008)
New Revision: 11620

Log:
 r33542@frost:  paul | 2008-08-28 13:57:31 -0500
 mysqlbinlog: Add subsections for hexdump format, row event display


Modified:
   trunk/refman-5.1/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:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33541
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32819
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33542
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32819


Modified: trunk/refman-5.1/programs-admin-util-core.xml
===================================================================
--- trunk/refman-5.1/programs-admin-util-core.xml	2008-08-28 20:27:51 UTC (rev 11619)
+++ trunk/refman-5.1/programs-admin-util-core.xml	2008-08-28 20:27:57 UTC (rev 11620)
Changed blocks: 5, Lines Added: 31, Lines Deleted: 5; 2511 bytes

@@ -3795,6 +3795,13 @@
             <literal>DISABLE-ROWS</literal>, which are available as of
             MySQL 5.1.28.
           </para>
+
+          <para>
+            For examples that show the effect of
+            <option>--base64-output</option> and
+            <option>--verbose</option> on row event display, see
+            <xref linkend="mysqlbinlog-row-events"/>.
+          </para>
         </listitem>
 
         <listitem>

@@ -3991,9 +3998,9 @@
           </para>
 
           <para>
-            Display a hex dump of the log in comments. This output can
-            be helpful for replication debugging. Hex dump format is
-            discussed later in this section. This option was added in
+            Display a hex dump of the log in comments, as described in
+            <xref linkend="mysqlbinlog-hexdump"/>. This output can be
+            helpful for replication debugging. This option was added in
             MySQL 5.1.2.
           </para>
         </listitem>

@@ -4474,9 +4481,16 @@
 
           <para>
             Reconstruct SQL statements from row events. If given twice,
-            the output includes comments to indicate column data types.
-            This option was added in MySQL 5.1.28.
+            the output includes comments to indicate column data types
+            and some metadata. This option was added in MySQL 5.1.28.
           </para>
+
+          <para>
+            For examples that show the effect of
+            <option>--base64-output</option> and
+            <option>--verbose</option> on row event display, see
+            <xref linkend="mysqlbinlog-row-events"/>.
+          </para>
         </listitem>
 
         <listitem>

@@ -4688,6 +4702,12 @@
         </para>
       </warning>
 
+    </refsection>
+
+    <refsection id="mysqlbinlog-hexdump">
+
+      <title><command>mysqlbinlog</command> Hex Dump Format</title>
+
       <para>
         The <option>--hexdump</option> option produces a hex dump of the
         log contents in <literal>#</literal>-format comments:

@@ -4998,6 +5018,12 @@
 
     </refsection>
 
+    <refsection id="mysqlbinlog-row-events">
+
+      <title><command>mysqlbinlog</command> Row Event Display</title>
+
+    </refsection>
+
   </refentry>
 
   <refentry id="mysqlhotcopy">


Modified: trunk/refman-6.0/programs-admin-util-core.xml
===================================================================
--- trunk/refman-6.0/programs-admin-util-core.xml	2008-08-28 20:27:51 UTC (rev 11619)
+++ trunk/refman-6.0/programs-admin-util-core.xml	2008-08-28 20:27:57 UTC (rev 11620)
Changed blocks: 5, Lines Added: 31, Lines Deleted: 5; 2434 bytes

@@ -3795,6 +3795,13 @@
             <literal>DISABLE-ROWS</literal>, which are available as of
             MySQL 6.0.7.
           </para>
+
+          <para>
+            For examples that show the effect of
+            <option>--base64-output</option> and
+            <option>--verbose</option> on row event display, see
+            <xref linkend="mysqlbinlog-row-events"/>.
+          </para>
         </listitem>
 
         <listitem>

@@ -3989,9 +3996,9 @@
           </para>
 
           <para>
-            Display a hex dump of the log in comments. This output can
-            be helpful for replication debugging. Hex dump format is
-            discussed later in this section.
+            Display a hex dump of the log in comments, as described in
+            <xref linkend="mysqlbinlog-hexdump"/>. This output can be
+            helpful for replication debugging.
           </para>
         </listitem>
 

@@ -4471,9 +4478,16 @@
 
           <para>
             Reconstruct SQL statements from row events. If given twice,
-            the output includes comments to indicate column data types.
-            This option was added in MySQL 6.0.7.
+            the output includes comments to indicate column data types
+            and some metadata. This option was added in MySQL 6.0.7.
           </para>
+
+          <para>
+            For examples that show the effect of
+            <option>--base64-output</option> and
+            <option>--verbose</option> on row event display, see
+            <xref linkend="mysqlbinlog-row-events"/>.
+          </para>
         </listitem>
 
         <listitem>

@@ -4684,6 +4698,12 @@
         </para>
       </warning>
 
+    </refsection>
+
+    <refsection id="mysqlbinlog-hexdump">
+
+      <title><command>mysqlbinlog</command> Hex Dump Format</title>
+
       <para>
         The <option>--hexdump</option> option produces a hex dump of the
         log contents in <literal>#</literal>-format comments:

@@ -4999,6 +5019,12 @@
 
     </refsection>
 
+    <refsection id="mysqlbinlog-row-events">
+
+      <title><command>mysqlbinlog</command> Row Event Display</title>
+
+    </refsection>
+
   </refentry>
 
   <refentry id="mysqlhotcopy">


Thread
svn commit - mysqldoc@docsrva: r11620 - in trunk: . refman-5.1 refman-6.0paul.dubois28 Aug