Author: paul
Date: 2006-01-04 19:22:08 +0100 (Wed, 04 Jan 2006)
New Revision: 673
Log:
r5834@frost: paul | 2006-01-04 11:47:38 -0600
Document --server-id option for mysqlbinlog. (Bug#15485)
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:5822
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1848
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5834
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 17:17:03 UTC (rev 672)
+++ trunk/refman-5.1/client-side-scripts.xml 2006-01-04 18:22:08 UTC (rev 673)
@@ -4370,6 +4370,18 @@
<listitem>
<para>
+ <option>--server-id=<replaceable>id</replaceable></option>
+ </para>
+
+ <para>
+ Extract only those events created by the server having the
+ given server ID. This option is available as of MySQL
+ 5.1.4.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--short-form</option>, <option>-s</option>
</para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-01-04 17:17:03 UTC (rev 672)
+++ trunk/refman-common/news-5.1.xml 2006-01-04 18:22:08 UTC (rev 673)
@@ -111,6 +111,15 @@
<listitem>
<para>
+ Added the <option>--server-id</option> option to
+ <command>mysqlbinlog</command> to enable only those events
+ created by the server having the given server ID to be
+ extracted. (Bug #15485)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
It is now possible to build the server such that
<literal>MyISAM</literal> tables can support up to 128 keys
rather than the standard 64. This can be done by configuring
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r673 - in trunk: . refman-5.1 refman-common | paul | 4 Jan |