Author: jstephens
Date: 2006-03-05 09:06:38 +0100 (Sun, 05 Mar 2006)
New Revision: 1517
Log:
Updated Cluster Limitations in light of Bug #17431. (Thanks, Tomas!)
Modified:
trunk/refman-4.1/ndbcluster.xml
trunk/refman-5.0/ndbcluster.xml
trunk/refman-5.1/ndbcluster.xml
Modified: trunk/refman-4.1/ndbcluster.xml
===================================================================
--- trunk/refman-4.1/ndbcluster.xml 2006-03-05 00:08:20 UTC (rev 1516)
+++ trunk/refman-4.1/ndbcluster.xml 2006-03-05 08:06:38 UTC (rev 1517)
@@ -9144,6 +9144,13 @@
<literal>WKB</literal>) are not supported.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>INSERT IGNORE</literal> is supported only for
+ primary keys. (Bug #17431)
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml 2006-03-05 00:08:20 UTC (rev 1516)
+++ trunk/refman-5.0/ndbcluster.xml 2006-03-05 08:06:38 UTC (rev 1517)
@@ -9123,6 +9123,13 @@
newer.)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>INSERT IGNORE</literal> is supported only for
+ primary keys. (Bug #17431)
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml 2006-03-05 00:08:20 UTC (rev 1516)
+++ trunk/refman-5.1/ndbcluster.xml 2006-03-05 08:06:38 UTC (rev 1517)
@@ -10757,6 +10757,13 @@
However, spatial indexes are not supported.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>INSERT IGNORE</literal> is supported only for
+ primary keys. (Bug #17431)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1517 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 5 Mar |