List:Commits« Previous MessageNext Message »
From:jon Date:October 3 2007 3:09pm
Subject:svn commit - mysqldoc@docsrva: r7951 - in trunk: refman-5.1 refman-5.2
View as plain text  
Author: jstephens
Date: 2007-10-03 15:09:00 +0200 (Wed, 03 Oct 2007)
New Revision: 7951

Log:

Clarification: MERGE S.E. and partitioning are not compatible in any way
(forums question).



Modified:
   trunk/refman-5.1/partitioning.xml
   trunk/refman-5.2/partitioning.xml


Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml	2007-10-03 09:17:44 UTC (rev 7950)
+++ trunk/refman-5.1/partitioning.xml	2007-10-03 13:09:00 UTC (rev 7951)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 743 bytes

@@ -4919,8 +4919,10 @@
         <title><literal>MERGE</literal> storage engine</title>
 
         <para>
-          Tables using the <literal>MERGE</literal> storage engine
-          cannot be partitioned.
+          User-defined partitioning and the <literal>MERGE</literal>
+          storage engine are not compatible. Tables using the
+          <literal>MERGE</literal> storage engine cannot be partitioned.
+          Partitioned tables cannot be merged.
         </para>
 
       </formalpara>


Modified: trunk/refman-5.2/partitioning.xml
===================================================================
--- trunk/refman-5.2/partitioning.xml	2007-10-03 09:17:44 UTC (rev 7950)
+++ trunk/refman-5.2/partitioning.xml	2007-10-03 13:09:00 UTC (rev 7951)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 743 bytes

@@ -4818,8 +4818,10 @@
         <title><literal>MERGE</literal> storage engine</title>
 
         <para>
-          Tables using the <literal>MERGE</literal> storage engine
-          cannot be partitioned.
+          User-defined partitioning and the <literal>MERGE</literal>
+          storage engine are not compatible. Tables using the
+          <literal>MERGE</literal> storage engine cannot be partitioned.
+          Partitioned tables cannot be merged.
         </para>
 
       </formalpara>


Thread
svn commit - mysqldoc@docsrva: r7951 - in trunk: refman-5.1 refman-5.2jon3 Oct