Author: js221926
Date: 2011-06-22 09:21:44 +0200 (Wed, 22 Jun 2011)
New Revision: 26587
Log:
Improve wording of changelog entry (Thanks, Paul!)
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-06-22 05:36:44 UTC (rev 26586)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-06-22 07:21:44 UTC (rev 26587)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 7; 1592 bytes
@@ -922,18 +922,25 @@
<message>
<para>
- A spurious error <errortext>malformed binlog: it does not
- contain any Format_description_log_event</errortext>... was
- generated when <command>mysqlbinlog</command> was invoked using
+ When <command>mysqlbinlog</command> was invoked using
<option role="mysqlbinlog">--base64-output=decode-row</option>
and
<option role="mysqlbinlog">--start-position=<replaceable>pos</replaceable></option>,
- where <replaceable>pos</replaceable> is a point in the binary
- log past the format description log event. However, there is
- nothing unsafe about not printing the format description log
- event, so the error has been removed for this case.
+ (where <replaceable>pos</replaceable> is a point in the binary
+ log past the format description log event), a spurious error of
+ the type shown here was generated:
</para>
+<programlisting>
+<errortext>malformed binlog: it does not contain any Format_description_log_event</errortext>...
+</programlisting>
+
+ <para>
+ However, since there is nothing unsafe about not printing the
+ format description log event, the error has been removed for
+ this case.
+ </para>
+
</message>
</logentry>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26587 - trunk/dynamic-docs/changelog | jon.stephens | 22 Jun |