List:Commits« Previous MessageNext Message »
From:mcbrown Date:August 15 2007 10:16am
Subject:svn commit - mysqldoc@docsrva: r7455 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2
View as plain text  
Author: mcbrown
Date: 2007-08-15 12:16:50 +0200 (Wed, 15 Aug 2007)
New Revision: 7455

Log:
Updating the advice on how to get the current binary log



Modified:
   trunk/refman-4.1/dba-core.xml
   trunk/refman-5.0/dba-core.xml
   trunk/refman-5.1/dba-core.xml
   trunk/refman-5.2/dba-core.xml


Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml	2007-08-15 08:53:39 UTC (rev 7454)
+++ trunk/refman-4.1/dba-core.xml	2007-08-15 10:16:50 UTC (rev 7455)
Changed blocks: 3, Lines Added: 8, Lines Deleted: 2; 1033 bytes

@@ -20127,7 +20127,7 @@
       </para>
 
 <programlisting>
-mysql&gt; <userinput>SHOW BINLOG EVENTS\G</userinput>
+mysql&gt; <userinput>SHOW MASTER STATUS</userinput>
 </programlisting>
 
       <para>

@@ -20136,7 +20136,7 @@
       </para>
 
 <programlisting>
-shell&gt; <userinput>mysql -u root -p -E -e "SHOW BINLOG EVENTS"</userinput>
+shell&gt; <userinput>mysql -u root -p -E -e "SHOW MASTER STATUS"</userinput>
 </programlisting>
 
       <para>

@@ -20144,6 +20144,12 @@
         <command>mysql</command> prompts you for it.
       </para>
 
+      <para>
+        To view the contents of a binary log, use
+        <literal>mysqlbinlog</literal>. See
+        <xref linkend="mysqlbinlog"/>.
+      </para>
+
       <section id="point-in-time-recovery-times">
 
         <title>Specifying Times for Recovery</title>


Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml	2007-08-15 08:53:39 UTC (rev 7454)
+++ trunk/refman-5.0/dba-core.xml	2007-08-15 10:16:50 UTC (rev 7455)
Changed blocks: 3, Lines Added: 8, Lines Deleted: 2; 1033 bytes

@@ -24108,7 +24108,7 @@
       </para>
 
 <programlisting>
-mysql&gt; <userinput>SHOW BINLOG EVENTS\G</userinput>
+mysql&gt; <userinput>SHOW MASTER STATUS</userinput>
 </programlisting>
 
       <para>

@@ -24117,7 +24117,7 @@
       </para>
 
 <programlisting>
-shell&gt; <userinput>mysql -u root -p -E -e "SHOW BINLOG EVENTS"</userinput>
+shell&gt; <userinput>mysql -u root -p -E -e "SHOW MASTER STATUS"</userinput>
 </programlisting>
 
       <para>

@@ -24125,6 +24125,12 @@
         <command>mysql</command> prompts you for it.
       </para>
 
+      <para>
+        To view the contents of a binary log, use
+        <literal>mysqlbinlog</literal>. See
+        <xref linkend="mysqlbinlog"/>.
+      </para>
+
       <section id="point-in-time-recovery-times">
 
         <title>Specifying Times for Recovery</title>


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2007-08-15 08:53:39 UTC (rev 7454)
+++ trunk/refman-5.1/dba-core.xml	2007-08-15 10:16:50 UTC (rev 7455)
Changed blocks: 2, Lines Added: 7, Lines Deleted: 3; 1082 bytes

@@ -25145,7 +25145,7 @@
       </para>
 
 <programlisting>
-mysql&gt; <userinput>SHOW BINLOG EVENTS\G</userinput>
+mysql&gt; <userinput>SHOW MASTER STATUS</userinput>
 </programlisting>
 
       <para>

@@ -25154,14 +25154,18 @@
       </para>
 
 <programlisting>
-shell&gt; <userinput>mysql -u root -p -E -e "SHOW BINLOG EVENTS"</userinput>
+shell&gt; <userinput>mysql -u root -p -E -e "SHOW MASTER STATUS"</userinput>
 </programlisting>
 
       <para>
         Enter the <literal>root</literal> password for your server when
         <command>mysql</command> prompts you for it.
       </para>
-
+      <para>
+        To view the contents of a binary log, use
+        <literal>mysqlbinlog</literal>. See
+        <xref linkend="mysqlbinlog"/>.
+      </para>
       <section id="point-in-time-recovery-times">
 
         <title>Specifying Times for Recovery</title>


Modified: trunk/refman-5.2/dba-core.xml
===================================================================
--- trunk/refman-5.2/dba-core.xml	2007-08-15 08:53:39 UTC (rev 7454)
+++ trunk/refman-5.2/dba-core.xml	2007-08-15 10:16:50 UTC (rev 7455)
Changed blocks: 3, Lines Added: 8, Lines Deleted: 2; 1033 bytes

@@ -24988,7 +24988,7 @@
       </para>
 
 <programlisting>
-mysql&gt; <userinput>SHOW BINLOG EVENTS\G</userinput>
+mysql&gt; <userinput>SHOW MASTER STATUS</userinput>
 </programlisting>
 
       <para>

@@ -24997,7 +24997,7 @@
       </para>
 
 <programlisting>
-shell&gt; <userinput>mysql -u root -p -E -e "SHOW BINLOG EVENTS"</userinput>
+shell&gt; <userinput>mysql -u root -p -E -e "SHOW MASTER STATUS"</userinput>
 </programlisting>
 
       <para>

@@ -25005,6 +25005,12 @@
         <command>mysql</command> prompts you for it.
       </para>
 
+      <para>
+        To view the contents of a binary log, use
+        <literal>mysqlbinlog</literal>. See
+        <xref linkend="mysqlbinlog"/>.
+      </para>
+
       <section id="point-in-time-recovery-times">
 
         <title>Specifying Times for Recovery</title>


Thread
svn commit - mysqldoc@docsrva: r7455 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2mcbrown15 Aug