List:Commits« Previous MessageNext Message »
From:jon Date:September 15 2008 2:13pm
Subject:svn commit - mysqldoc@docsrva: r11809 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-09-15 16:13:18 +0200 (Mon, 15 Sep 2008)
New Revision: 11809

Log:

Documenting Partitioning bugfixes:

  Bug #35161, Bug #38171, Bug #35765



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-15 13:50:56 UTC (rev 11808)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-15 14:13:18 UTC (rev 11809)
Changed blocks: 4, Lines Added: 39, Lines Deleted: 1; 1976 bytes

@@ -9,6 +9,41 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="partitioning"/>
+      <manual type="ALTER TABLE"/>
+      <manual type="ENGINE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="35765"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When an attempt is made to change a table to an unsupported
+        storage engine, the server normally uses the default storage
+        engine in place of the requested engine while issuing a warning.
+        However, if the table was partitioned, the same <literal>ALTER
+        TABLE</literal> statement failed with the error, <errortext>The
+        mix of handlers in the partitions is not allowed in this version
+        of MySQL</errortext>. This happened even if the server was not
+        running in <literal>NO_ENGINE_SUBSTITUTION</literal> mode. Now
+        the behavior for partitioned tables is the same as for other
+        MySQL tables; the substitution is made, and a warning is issued.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="cluster"/>
       <manual type="libmysqld"/>
       <manual type="NDB table events"/>

@@ -853,6 +888,7 @@
 
     <versions>
       <version ver="5.1.28"/>
+      <version ver="6.0.7"/>
     </versions>
 
     <message>

@@ -25707,7 +25743,8 @@
   <logentry entrytype="bug">
 
     <tags>
-      <manual type="partitioning"/>
+      <highlight type="partitioning"/>
+      <manual type="--myisam-recover"/>
       <manual type="MyISAM"/>
     </tags>
 

@@ -25717,6 +25754,7 @@
 
     <versions>
       <version ver="5.1.28"/>
+      <version ver="6.0.6"/>
     </versions>
 
     <message>


Thread
svn commit - mysqldoc@docsrva: r11809 - trunk/dynamic-docs/changelogjon15 Sep