List:Commits« Previous MessageNext Message »
From:jon Date:March 27 2008 11:34pm
Subject:svn commit - mysqldoc@docsrva: r10360 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-03-27 23:34:35 +0100 (Thu, 27 Mar 2008)
New Revision: 10360

Log:

Documented fix for Partitioning Bug #33429



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-03-27 21:49:25 UTC (rev 10359)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-03-27 22:34:35 UTC (rev 10360)
Changed blocks: 1, Lines Added: 30, Lines Deleted: 0; 1083 bytes

@@ -9,6 +9,36 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="partitioning"/>
+      <manual type="InnoDB"/>
+      <manual type="innodb_file_per_table"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33429"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Enabling <literal>innodb_file_per_table</literal> produced
+        problems with partitioning and tablespace operations on
+        partitioned <literal>InnoDB</literal> tables, in some cases
+        leading to corrupt partitions or causing the server to crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="replication"/>
       <manual type="MASTER_POS_WAIT()"/>
     </tags>


Thread
svn commit - mysqldoc@docsrva: r10360 - trunk/dynamic-docs/changelogjon27 Mar 2008