List:Commits« Previous MessageNext Message »
From:jon Date:April 23 2007 10:54pm
Subject:svn commit - mysqldoc@docsrva: r6096 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-04-24 00:54:24 +0200 (Tue, 24 Apr 2007)
New Revision: 6096

Log:

Removed nested function calls from the list of partitioning limitations
(PeterG)



Modified:
   trunk/refman-5.1/partitioning.xml


Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml	2007-04-23 22:20:39 UTC (rev 6095)
+++ trunk/refman-5.1/partitioning.xml	2007-04-23 22:54:24 UTC (rev 6096)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 9; 745 bytes

@@ -4322,15 +4322,6 @@
 
           <listitem>
             <para>
-              Nested function calls (that is, constructs such as
-              <literal><replaceable>func1</replaceable>(
-              <replaceable>func2</replaceable>(<replaceable>col_name</replaceable>)
-              )</literal>).
-            </para>
-          </listitem>
-
-          <listitem>
-            <para>
               Stored functions, stored procedures, UDFs, or plugins.
             </para>
           </listitem>


Thread
svn commit - mysqldoc@docsrva: r6096 - trunk/refman-5.1jon24 Apr