List:Commits« Previous MessageNext Message »
From:jon Date:February 17 2006 1:02pm
Subject:svn commit - mysqldoc@docsrva: r1360 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-02-17 14:02:53 +0100 (Fri, 17 Feb 2006)
New Revision: 1360

Log:

Cluster: a BIT column can't be (part of) a PK.

(Fixes Docs Bug #16793.)



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-02-17 12:56:43 UTC (rev 1359)
+++ trunk/refman-4.1/ndbcluster.xml	2006-02-17 13:02:53 UTC (rev 1360)
@@ -9127,6 +9127,13 @@
               Text indexes are not supported.
             </para>
           </listitem>
+          
+          <listitem>
+            <para>
+              A <literal>BIT</literal> column cannot be a primary key or
+              part of a composite primary key.
+            </para>
+          </listitem>
 
           <listitem>
             <para>

Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml	2006-02-17 12:56:43 UTC (rev 1359)
+++ trunk/refman-5.0/ndbcluster.xml	2006-02-17 13:02:53 UTC (rev 1360)
@@ -9102,6 +9102,13 @@
               Text indexes are not supported.
             </para>
           </listitem>
+          
+          <listitem>
+            <para>
+              A <literal>BIT</literal> column cannot be a primary key or
+              part of a composite primary key.
+            </para>
+          </listitem>
 
           <listitem>
             <para>

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-02-17 12:56:43 UTC (rev 1359)
+++ trunk/refman-5.1/ndbcluster.xml	2006-02-17 13:02:53 UTC (rev 1360)
@@ -10738,6 +10738,13 @@
               Text indexes are not supported.
             </para>
           </listitem>
+          
+          <listitem>
+            <para>
+              A <literal>BIT</literal> column cannot be a primary key or
+              part of a composite primary key.
+            </para>
+          </listitem>
 
           <listitem>
             <para>

Thread
svn commit - mysqldoc@docsrva: r1360 - in trunk: refman-4.1 refman-5.0 refman-5.1jon17 Feb