List:Commits« Previous MessageNext Message »
From:jon Date:September 2 2008 2:22pm
Subject:svn commit - mysqldoc@docsrva: r11634 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-09-02 14:22:28 +0200 (Tue, 02 Sep 2008)
New Revision: 11634

Log:

Documented fix for Partitioning Bug #37402



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-02 12:14:31 UTC (rev 11633)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-02 12:22:28 UTC (rev 11634)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1019 bytes

@@ -9,6 +9,38 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="partitioning"/>
+      <highlight type="incompatiblechange"/>
+      <manual type="names"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="37402"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.27"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The server sometimes could not read partitioned tables whose
+        names contained uppercase letters.
+      </para>
+
+      <para>
+        Partitioned tables using mixed case names should be renamed or
+        dropped before upgrading to this version of the server.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="replication"/>
     </tags>
 


Thread
svn commit - mysqldoc@docsrva: r11634 - trunk/dynamic-docs/changelogjon2 Sep