Author: paul
Date: 2006-01-17 18:38:17 +0100 (Tue, 17 Jan 2006)
New Revision: 874
Log:
r2259@kite-hub: paul | 2006-01-17 11:32:08 -0600
Document --binlog-row-event-max-size option.
Add changelog entry.
Modified:
trunk/
trunk/refman-5.1/database-administration.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6306
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2254
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6306
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2259
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-01-17 17:23:16 UTC (rev 873)
+++ trunk/refman-5.1/database-administration.xml 2006-01-17 17:38:17 UTC (rev 874)
@@ -3048,6 +3048,20 @@
<listitem>
<para>
+ <option>--binlog-row-event-max-size=<replaceable>N</replaceable></option>
+ </para>
+
+ <para>
+ Specify the maximum size of a row-based binary log event,
+ in bytes. Rows are grouped into events smaller than this
+ size if possible. The value should be a multiple of 256.
+ The default is 1024. Available as of MySQL 5.1.5. See
+ <xref linkend="replication-row-based"/>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--bootstrap</option>
</para>
@@ -23255,8 +23269,8 @@
server is started with
<literal>binlog-do-db=sales</literal>, and you do
<literal>USE prices; UPDATE sales.january SET
- amount=amount+1000;</literal>, this statement is <emphasis>not</emphasis>
- written into the binary log.
+ amount=amount+1000;</literal>, this statement is
+ <emphasis>not</emphasis> written into the binary log.
</para>
</listitem>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-01-17 17:23:16 UTC (rev 873)
+++ trunk/refman-common/news-5.1.xml 2006-01-17 17:38:17 UTC (rev 874)
@@ -125,6 +125,17 @@
<listitem>
<para>
+ Added the <literal>binlog_format</literal> system variable
+ that controls whether to use row-based or statement-based
+ binary logging. Added the <option>--binlog-format</option> and
+ <option>--binlog-row-event-max-size</option> server options
+ for binary logging control. See
+ <xref linkend="replication-row-based"/>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Plugins now can have status variables that are displayed in
the output from <literal>SHOW STATUS</literal>.
</para>
@@ -220,14 +231,10 @@
<literal>LIST</literal> a value less than any specified in one
of the table's partition definitions resulted in a server
crash. In such cases, <command>mysqld</command> now returns
-
<errortext>ERROR 1500 (HY000): Table has no partition for
- value <replaceable>v</replaceable>
-
- </errortext>
-
- , where <replaceable>v</replaceable> is the out-of-range
- value. (Bug #15819)
+ value <replaceable>v</replaceable></errortext>, where
+ <replaceable>v</replaceable> is the out-of-range value. (Bug
+ #15819)
</para>
</listitem>
@@ -366,11 +373,8 @@
<para>
Previously, attempting to do so would produce the error
-
<errortext>All partitions must have unique names in the
- table</errortext>
-
- . (Bug #15521)
+ table</errortext>. (Bug #15521)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r874 - in trunk: . refman-5.1 refman-common | paul | 17 Jan |