Author: jstephens
Date: 2006-08-07 12:11:44 +0200 (Mon, 07 Aug 2006)
New Revision: 2974
Log:
Lifting in 5.1.7 of requirement that NDB tables have a PK in order to be
replicated using Cluster Replication. (Thanks, Tomas!)
Modified:
trunk/refman-5.1/mysql-cluster.xml
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2006-08-07 09:22:31 UTC (rev 2973)
+++ trunk/refman-5.1/mysql-cluster.xml 2006-08-07 10:11:44 UTC (rev 2974)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 660 bytes
@@ -12575,6 +12575,14 @@
which they are issued.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ In MySQL 5.1.6, only those <literal>NDB</literal> tables
+ having explicit primary keys could be replicated. This
+ limitation was lifted in MySQL 5.1.7.
+ </para>
+ </listitem>
<listitem>
<para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-08-07 09:22:31 UTC (rev 2973)
+++ trunk/refman-common/news-5.1.xml 2006-08-07 10:11:44 UTC (rev 2974)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 636 bytes
@@ -6238,6 +6238,14 @@
#17087)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: It is now possible to
+ replicate <literal>NDB</literal> tables having no explicit
+ primary key. See <xref linkend="mysql-cluster-replication"/>.
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2974 - in trunk: refman-5.1 refman-common | jstephens | 7 Aug |