Author: jstephens
Date: 2007-07-31 08:07:04 +0200 (Tue, 31 Jul 2007)
New Revision: 7276
Log:
Documented fix for Cluster Bug #27404 (Replication).
Noted limitations in CLuster Replication with regard to multi-byte
characters (thanks, Stewart!)
Modified:
trunk/refman-5.1/mysql-cluster.xml
trunk/refman-5.1/news-5.1.xml
trunk/refman-5.2/mysql-cluster.xml
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-07-30 20:12:10 UTC (rev 7275)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-07-31 06:07:04 UTC (rev 7276)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 0; 851 bytes
@@ -18930,6 +18930,19 @@
<listitem>
<para>
+ <emphasis role="bold">Multi-byte character sets</emphasis>
+ </para>
+
+ <para>
+ There are several known issues with regard to the use of
+ multi-byte characters sets with MySQL Cluster Replication.
+ See Bug #27404 (fixed in MySQL 5.1.21), Bug #29562, Bug
+ #29563, and Bug #29564 for more information.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<emphasis role="bold">Circular replication</emphasis>:
</para>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-07-30 20:12:10 UTC (rev 7275)
+++ trunk/refman-5.1/news-5.1.xml 2007-07-31 06:07:04 UTC (rev 7276)
Changed blocks: 1, Lines Added: 19, Lines Deleted: 0; 1114 bytes
@@ -123,6 +123,25 @@
<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)
+ </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.
+ </para>
+
+ <para>
+ Additional issues remain with regard to
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>NDB Cluster</literal>: The output from
<command>ndb_config</command>
<option>--config-file=<replaceable>file</replaceable></option>
Modified: trunk/refman-5.2/mysql-cluster.xml
===================================================================
--- trunk/refman-5.2/mysql-cluster.xml 2007-07-30 20:12:10 UTC (rev 7275)
+++ trunk/refman-5.2/mysql-cluster.xml 2007-07-31 06:07:04 UTC (rev 7276)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 0; 815 bytes
@@ -18233,6 +18233,19 @@
<listitem>
<para>
+ <emphasis role="bold">Multi-byte character sets</emphasis>
+ </para>
+
+ <para>
+ There are several known issues with regard to the use of
+ multi-byte characters sets with MySQL Cluster Replication.
+ See Bug #29562, Bug #29563, and Bug #29564 for more
+ information.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<emphasis role="bold">Circular replication</emphasis>:
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7276 - in trunk: refman-5.1 refman-5.2 | jon | 31 Jul |