Author: jstephens
Date: 2007-07-31 08:33:03 +0200 (Tue, 31 Jul 2007)
New Revision: 7277
Log:
Documented fix for Bug #19259 (Cluster Replication).
Fixed minor omission in previous commit.
Modified:
trunk/refman-5.1/news-5.1.xml
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-07-31 06:07:04 UTC (rev 7276)
+++ trunk/refman-5.1/news-5.1.xml 2007-07-31 06:33:03 UTC (rev 7277)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 4; 1351 bytes
@@ -123,13 +123,22 @@
<listitem>
<para>
- <literal>NDB Cluster</literal>: <command>mysqld</command>
- would segfault on startup when the <literal>NDB</literal>
- storage engine was enabled and the default character set was a
- strictly multi-byte character set such as UCS2. (BUg #27404)
+ <literal>NDB Cluster</literal> (Replication): Inconsistencies
+ could occur between the master and the slave when replicating
+ Disk Data tables. (Bug #19295)
</para>
+ </listitem>
+ <listitem>
<para>
+ <literal>NDB Cluster</literal> (Replication):
+ <command>mysqld</command> would segfault on startup when the
+ <literal>NDB</literal> storage engine was enabled and the
+ default character set was a strictly multi-byte character set
+ such as UCS2. (BUg #27404)
+ </para>
+
+ <para>
This issue does <emphasis>not</emphasis> apply to character
sets that can contain single-byte characters in addition to
multi-byte characters such as UTF-8.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7277 - trunk/refman-5.1 | jon | 31 Jul |