List:Commits« Previous MessageNext Message »
From:jon Date:March 12 2008 9:41am
Subject:svn commit - mysqldoc@docsrva: r10200 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-03-12 10:41:42 +0100 (Wed, 12 Mar 2008)
New Revision: 10200

Log:

Retored changelog entries for Bug #34046 and Bug #34169 (Susanne)



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-11 19:18:37 UTC (rev 10199)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-03-12 09:41:42 UTC (rev 10200)
Changed blocks: 1, Lines Added: 62, Lines Deleted: 0; 1561 bytes

@@ -6,6 +6,68 @@
 ]>
 <changelog>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="compiling"/>
+      <manual type="FreeBSD"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="34169"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.23-ndb-6.2.12"/>
+      <version ver="5.1.23-ndb-6.3.9"/>
+      <version ver="5.0.58"/>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When configured with <literal>NDB</literal> support, MySQL
+        failed to compile using <command>gcc</command> 4.3 on 64bit
+        FreeBSD systems.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="compiling"/>
+      <manual type="FreeBSD"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="34046"/>
+      <seealsobug bugid="32175"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.23-ndb-6.3.9"/>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When configured with <literal>NDB</literal> support, MySQL
+        failed to compile on 64bit FreeBSD systems.
+      </para>
+
+    </message>
+
+  </logentry>
+
   <logentry entrytype="feature">
 
     <tags>


Thread
svn commit - mysqldoc@docsrva: r10200 - trunk/dynamic-docs/changelogjon12 Mar