List:Commits« Previous MessageNext Message »
From:jon Date:December 14 2006 2:58am
Subject:svn commit - mysqldoc@docsrva: r4245 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-12-14 02:58:12 +0100 (Thu, 14 Dec 2006)
New Revision: 4245

Log:

Documenting fix for Bug #22634 (Partitioning/ARCHIVE).



Modified:
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2006-12-13 20:28:28 UTC (rev 4244)
+++ trunk/refman-5.1/news-5.1.xml	2006-12-14 01:58:12 UTC (rev 4245)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 0; 866 bytes

@@ -138,6 +138,18 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          A partitioned table that used the <literal>DATA
+            DIRECTORY</literal> option, where the data directory was the
+          same as the directory in which the table definition file
+          resided, became corrupted following <literal>ALTER TABLE
+            ENGINE=ARCHIVE</literal>. This was actually due to an issue
+          with the <literal>ARCHIVE</literal> storage engine, and not
+          with partitioned tables in general. (Bug #22634)
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Thread
svn commit - mysqldoc@docsrva: r4245 - trunk/refman-5.1jon14 Dec