List:Commits« Previous MessageNext Message »
From:jon Date:October 10 2008 2:56pm
Subject:svn commit - mysqldoc@docsrva: r12038 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-10-10 16:56:33 +0200 (Fri, 10 Oct 2008)
New Revision: 12038

Log:

Documented 5.1.29 fix for Bug #39451 (Thanks, Trudy!)



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-10-10 14:37:41 UTC (rev 12037)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-10-10 14:56:33 UTC (rev 12038)
Changed blocks: 1, Lines Added: 27, Lines Deleted: 0; 909 bytes

@@ -9,6 +9,33 @@
   <logentry entrytype="bug">
 
     <tags>
+      <manual type="compiling"/>
+      <manual type="Sun Studio"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="39451"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.29"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The Sun Studio compiler failed to build debug versions of the
+        server due to use of features specific to
+        <command>gcc</command>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <manual type="Falcon"/>
       <manual type="CREATE TABLESPACE"/>
       <manual type="DROP TABLESPACE"/>


Thread
svn commit - mysqldoc@docsrva: r12038 - trunk/dynamic-docs/changelogjon10 Oct