List:Commits« Previous MessageNext Message »
From:paul.dubois Date:August 28 2008 7:32pm
Subject:svn commit - mysqldoc@docsrva: r11618 - in trunk: . dynamic-docs/changelog refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-08-28 19:32:50 +0200 (Thu, 28 Aug 2008)
New Revision: 11618

Log:
 r33537@frost:  paul | 2008-08-28 12:30:07 -0500
 Document the inscrutable BINLOG statement, inscrutably.


Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml
   trunk/refman-5.1/sql-syntax-server-administration.xml
   trunk/refman-6.0/sql-syntax-server-administration.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:33535
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:33537
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32819


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-08-28 02:18:19 UTC (rev 11617)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-08-28 17:32:50 UTC (rev 11618)
Changed blocks: 1, Lines Added: 24, Lines Deleted: 0; 878 bytes

@@ -25603,4 +25603,28 @@
 
   </logentry>
 
+  <logentry entrytype="feature">
+
+    <tags>
+      <manual type="BINLOG"/>
+    </tags>
+
+    <versions>
+      <version ver="5.1.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        A new <literal>BINLOG</literal> statement is generated by
+        <command>mysqlbinlog</command> to represent row-based events in
+        binary log files. The statement argument, a base 64-encoded
+        string, is decoded by the server to determine the data change
+        indicated by the corresponding event.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Modified: trunk/refman-5.1/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-server-administration.xml	2008-08-28 02:18:19 UTC (rev
11617)
+++ trunk/refman-5.1/sql-syntax-server-administration.xml	2008-08-28 17:32:50 UTC (rev
11618)
Changed blocks: 1, Lines Added: 38, Lines Deleted: 0; 1582 bytes

@@ -8914,6 +8914,44 @@
 
     <title>Other Administrative Statements</title>
 
+    <section id="binlog">
+
+      <title><literal>BINLOG</literal> Syntax</title>
+
+      <indexterm>
+        <primary>BINLOG</primary>
+      </indexterm>
+
+      <remark role="help-topic" condition="BINLOG"/>
+
+      <remark role="help-keywords">
+        BINLOG
+      </remark>
+
+      <remark role="help-syntax"/>
+
+<programlisting>
+BINLOG '<replaceable>str</replaceable>'
+</programlisting>
+
+      <remark role="help-description-begin"/>
+
+      <para>
+        The <literal>BINLOG</literal> is an internal-use statement. It
+        is generated by the <command>mysqlbinlog</command> program as
+        the printable representation of certain events in binary log
+        files. (See <xref linkend="mysqlbinlog"/>.) The
+        <literal>'<replaceable>str</replaceable>'</literal> value
is a
+        base 64-encoded string the that server decodes to determine the
+        data change indicated by the corresponding event. This statement
+        requires the <literal>SUPER</literal> privilege. It was added in
+        MySQL 5.1.5.
+      </para>
+
+      <remark role="help-description-end"/>
+
+    </section>
+
     <section id="cache-index">
 
       <title><literal>CACHE INDEX</literal> Syntax</title>


Modified: trunk/refman-6.0/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-server-administration.xml	2008-08-28 02:18:19 UTC (rev
11617)
+++ trunk/refman-6.0/sql-syntax-server-administration.xml	2008-08-28 17:32:50 UTC (rev
11618)
Changed blocks: 1, Lines Added: 37, Lines Deleted: 0; 1545 bytes

@@ -9111,6 +9111,43 @@
 
     <title>Other Administrative Statements</title>
 
+    <section id="binlog">
+
+      <title><literal>BINLOG</literal> Syntax</title>
+
+      <indexterm>
+        <primary>BINLOG</primary>
+      </indexterm>
+
+      <remark role="help-topic" condition="BINLOG"/>
+
+      <remark role="help-keywords">
+        BINLOG
+      </remark>
+
+      <remark role="help-syntax"/>
+
+<programlisting>
+BINLOG '<replaceable>str</replaceable>'
+</programlisting>
+
+      <remark role="help-description-begin"/>
+
+      <para>
+        The <literal>BINLOG</literal> is an internal-use statement. It
+        is generated by the <command>mysqlbinlog</command> program as
+        the printable representation of certain events in binary log
+        files. (See <xref linkend="mysqlbinlog"/>.) The
+        <literal>'<replaceable>str</replaceable>'</literal> value
is a
+        base 64-encoded string the that server decodes to determine the
+        data change indicated by the corresponding event. This statement
+        requires the <literal>SUPER</literal> privilege.
+      </para>
+
+      <remark role="help-description-end"/>
+
+    </section>
+
     <section id="cache-index">
 
       <title><literal>CACHE INDEX</literal> Syntax</title>


Thread
svn commit - mysqldoc@docsrva: r11618 - in trunk: . dynamic-docs/changelog refman-5.1 refman-6.0paul.dubois28 Aug