List:Commits« Previous MessageNext Message »
From:paul Date:April 12 2008 5:09am
Subject:svn commit - mysqldoc@docsrva: r10461 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2008-04-12 05:09:39 +0200 (Sat, 12 Apr 2008)
New Revision: 10461

Log:
 r30630@frost:  paul | 2008-04-11 22:07:11 -0500
 Document bugfixes:
 Bug#23839: Multiple declarations of macros
 Bug#30823: Error in manifest prevents MySQLInstanceConfig from running on Windows Vista
 Bug#33252: Add the mysqld.debug to tarball packages
 Bug#34512: CAST( AVG( double ) AS DECIMAL ) returns wrong results


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

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30626
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30647
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30630
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30647


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-04-12 01:50:00 UTC (rev 10460)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-04-12 03:09:39 UTC (rev 10461)
Changed blocks: 1, Lines Added: 110, Lines Deleted: 0; 2276 bytes

@@ -15610,4 +15610,114 @@
 
   </logentry>
 
+  <logentry entrytype="feature">
+
+    <tags>
+      <manual type="debugging"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33252"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.60"/>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        For binary <filename>.tar.gz</filename> packages,
+        <command>mysqld</command> and other binaries now are compiled
+        with debugging symbols included to enable easier use with a
+        debugger.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="MySQLInstanceConfig.exe"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="30823"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.24"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Manifest problems prevented
+        <command>MySQLInstanceConfig.exe</command> from running on
+        Windows Vista.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="CAST()"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="34512"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.60"/>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <function role="sql">CAST(AVG(<replaceable>arg</replaceable>)
AS
+        DECIMAL)</function> produced incorrect results for
+        non-<literal>DECIMAL</literal> arguments.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="header files"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="23839"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.60"/>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The MySQL header files contained some duplicate macro
+        definitions that could cause compilation problems.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r10461 - in trunk: . dynamic-docs/changelogpaul12 Apr