Author: paul
Date: 2006-01-04 20:54:36 +0100 (Wed, 04 Jan 2006)
New Revision: 676
Log:
r5845@frost: paul | 2006-01-04 13:30:23 -0600
Document --base64-output option for mysqlbinlog.
Modified:
trunk/
trunk/refman-5.1/client-side-scripts.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5836
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1848
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5845
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1848
Modified: trunk/refman-5.1/client-side-scripts.xml
===================================================================
--- trunk/refman-5.1/client-side-scripts.xml 2006-01-04 18:22:47 UTC (rev 675)
+++ trunk/refman-5.1/client-side-scripts.xml 2006-01-04 19:54:36 UTC (rev 676)
@@ -4221,6 +4221,19 @@
<listitem>
<para>
+ <option>--base64-output</option>
+ </para>
+
+ <para>
+ Print all binary log entries using base64 encoding. This
+ is for debugging only. Logs produced using this option
+ should not be applied on production systems. This option
+ was added in MySQL 5.1.5.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--database=<replaceable>db_name</replaceable></option>,
<option>-d <replaceable>db_name</replaceable></option>
</para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-01-04 18:22:47 UTC (rev 675)
+++ trunk/refman-common/news-5.1.xml 2006-01-04 19:54:36 UTC (rev 676)
@@ -57,6 +57,16 @@
<listitem>
<para>
+ Added the <option>--base64-output</option> option to
+ <command>mysqlbinlog</command> to print all binary log entries
+ using base64 encoding. This is for debugging only. Logs
+ produced using this option should not be applied on production
+ systems.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Added the <option>--port-open-timeout</option> option to
<command>mysqld</command> to control how many seconds the
server should wait for the TCP/IP port to become free if it
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r676 - in trunk: . refman-5.1 refman-common | paul | 4 Jan |