List:Commits« Previous MessageNext Message »
From:jon Date:February 3 2006 12:12am
Subject:svn commit - mysqldoc@docsrva: r1198 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-02-03 01:12:21 +0100 (Fri, 03 Feb 2006)
New Revision: 1198

Log:

Added note: 
  Couldn't use the BLACKHOLE engine for a partitioned table prior to 5.1.6.



Modified:
   trunk/refman-5.1/partitioning.xml

Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml	2006-02-03 00:07:35 UTC (rev 1197)
+++ trunk/refman-5.1/partitioning.xml	2006-02-03 00:12:21 UTC (rev 1198)
@@ -270,6 +270,12 @@
       engines for different partitioned tables on the same MySQL server
       or even in the same database.
     </para>
+    
+    <para>
+      <emphasis role="bold">Note</emphasis>: Prior to MySQL 5.1.6, it
+      was not feasible to create a partitioned table using the
+      <literal>BLACKHOLE</literal> storage engine. (Bug #14524).
+    </para>
 
     <para>
       To employ a particular storage engine for a partitioned table, it

Thread
svn commit - mysqldoc@docsrva: r1198 - trunk/refman-5.1jon3 Feb