List:Commits« Previous MessageNext Message »
From:jon Date:March 5 2006 9:33am
Subject:svn commit - mysqldoc@docsrva: r1518 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-03-05 10:33:42 +0100 (Sun, 05 Mar 2006)
New Revision: 1518

Log:

Forgot the suggested workaround in the previous commit. :(



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 08:06:38 UTC (rev 1517)
+++ trunk/refman-4.1/ndbcluster.xml	2006-03-05 09:33:42 UTC (rev 1518)
@@ -9148,7 +9148,10 @@
           <listitem>
             <para>
               <literal>INSERT IGNORE</literal> is supported only for
-              primary keys. (Bug #17431)
+              primary keys, but not for unique keys. One possible
+              workaround is to remove the constraint by dropping the
+              unique index, perform any inserts, and then add the unique
+              index again. (Bug #17431)
             </para>
           </listitem>
 

Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml	2006-03-05 08:06:38 UTC (rev 1517)
+++ trunk/refman-5.0/ndbcluster.xml	2006-03-05 09:33:42 UTC (rev 1518)
@@ -9127,7 +9127,10 @@
           <listitem>
             <para>
               <literal>INSERT IGNORE</literal> is supported only for
-              primary keys. (Bug #17431)
+              primary keys, but not for unique keys. One possible
+              workaround is to remove the constraint by dropping the
+              unique index, perform any inserts, and then add the unique
+              index again. (Bug #17431)
             </para>
           </listitem>
 

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-03-05 08:06:38 UTC (rev 1517)
+++ trunk/refman-5.1/ndbcluster.xml	2006-03-05 09:33:42 UTC (rev 1518)
@@ -10761,7 +10761,10 @@
           <listitem>
             <para>
               <literal>INSERT IGNORE</literal> is supported only for
-              primary keys. (Bug #17431)
+              primary keys, but not for unique keys. One possible
+              workaround is to remove the constraint by dropping the
+              unique index, perform any inserts, and then add the unique
+              index again. (Bug #17431)
             </para>
           </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r1518 - in trunk: refman-4.1 refman-5.0 refman-5.1jon5 Mar