List:Commits« Previous MessageNext Message »
From:jon Date:September 4 2008 8:42am
Subject:svn commit - mysqldoc@docsrva: r11661 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-09-04 08:42:35 +0200 (Thu, 04 Sep 2008)
New Revision: 11661

Log:

Fixed changelog entry for Bug #37402 bugfix (Thanks, MatthiasJ!)



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-03 23:56:00 UTC (rev 11660)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-04 06:42:35 UTC (rev 11661)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 3; 1076 bytes

@@ -71,6 +71,7 @@
     <tags>
       <highlight type="partitioning"/>
       <highlight type="incompatiblechange"/>
+      <manual type="Mac OS X"/>
       <manual type="names"/>
     </tags>
 

@@ -85,13 +86,15 @@
     <message>
 
       <para>
-        The server sometimes could not read partitioned tables whose
-        names contained uppercase letters.
+        On Mac OS X with <literal>lower_case_table_names = 2</literal>,
+        the server 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.
+        dropped before upgrading to this version of the server on Mac OS
+        X.
       </para>
 
     </message>


Thread
svn commit - mysqldoc@docsrva: r11661 - trunk/dynamic-docs/changelogjon4 Sep