List:Commits« Previous MessageNext Message »
From:jon Date:April 7 2006 2:19am
Subject:svn commit - mysqldoc@docsrva: r1751 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-04-07 04:19:14 +0200 (Fri, 07 Apr 2006)
New Revision: 1751

Log:

A partitioning key may not be a subquery.



Modified:
   trunk/refman-5.1/partitioning.xml

Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml	2006-04-07 01:34:57 UTC (rev 1750)
+++ trunk/refman-5.1/partitioning.xml	2006-04-07 02:19:14 UTC (rev 1751)
@@ -3869,6 +3869,12 @@
           expression value may also be <literal>NULL</literal>. (See
           <xref linkend="partitioning-handling-nulls"/>.)
         </para>
+        
+        <para>
+          A partitioning key may not be a subquery, even if that
+          subquery resolves to an integer value or
+          <literal>NULL</literal>.
+        </para>
       </listitem>
 
       <listitem>

Thread
svn commit - mysqldoc@docsrva: r1751 - trunk/refman-5.1jon7 Apr