List:Commits« Previous MessageNext Message »
From:paul Date:September 4 2007 8:34pm
Subject:svn commit - mysqldoc@docsrva: r7663 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-09-04 20:34:11 +0200 (Tue, 04 Sep 2007)
New Revision: 7663

Log:
 r29816@polar:  paul | 2007-09-04 13:23:46 -0500
 Documented bugfixes:
 Bug#27014: Imperfect error/warning message for STR_TO_DATE for invalid
            datetime value
 Bug#28560: mysql_upgrade test links /usr/local/mysql/lib libraries


Modified:
   trunk/refman-5.0/releasenotes-es-5.0.xml
   trunk/refman-5.1/news-5.1.xml

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


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2007-09-04 18:33:58 UTC (rev 7662)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2007-09-04 18:34:11 UTC (rev 7663)
Changed blocks: 1, Lines Added: 62, Lines Deleted: 0; 2026 bytes

@@ -31,6 +31,68 @@
     <filename>refman-common</filename> directory.
   </remark>
 
+  <section id="releasenotes-es-5-0-50">
+
+    <title>Changes in release 5.0.50 (Not yet released)</title>
+
+    <para role="release-level">
+      This is a <emphasis>Monthly Rapid Update</emphasis> release of the
+      MySQL Enterprise Server 5.0.
+    </para>
+
+    <para>
+      This section documents all changes and bugfixes that have been
+      applied since the last official MySQL release. If you would like
+      to receive more fine-grained and personalized <emphasis>update
+      alerts</emphasis> about fixes that are relevant to the version and
+      features you use, please consider subscribing to <emphasis>MySQL
+      Network</emphasis> (a commercial MySQL offering). For more details
+      please see
+      <ulink url="http://www.mysql.com/network/advisors.html"/>.
+    </para>
+
+    <para>
+      This section documents all changes and bug fixes that have been
+      applied since the last MySQL Enterprise Server release (5.0.48).
+    </para>
+
+<!--
+    <para>
+      Functionality added or changed:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+        </para>
+      </listitem>
+
+    </itemizedlist>
+-->
+
+    <para>
+      Bugs fixed:
+    </para>
+
+    <remark role="note">
+      Leave any security or incompatible fixes first in the list.
+    </remark>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          <command>mysql_upgrade</command> could run binaries
+          dynamically linked against incorrect versions of shared
+          libraries. (Bug #28560)
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
   <section id="releasenotes-es-5-0-48">
 
     <title>Changes in release 5.0.48 (27 August 2007)</title>


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-09-04 18:33:58 UTC (rev 7662)
+++ trunk/refman-5.1/news-5.1.xml	2007-09-04 18:34:11 UTC (rev 7663)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 0; 914 bytes

@@ -83,6 +83,22 @@
 
       <listitem>
         <para>
+          <literal>STR_TO_DATE()</literal> displayed an error message
+          that referred to <literal>STR_TO_TIME()</literal>. (Bug
+          #27014)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <command>mysql_upgrade</command> could run binaries
+          dynamically linked against incorrect versions of shared
+          libraries. (Bug #28560)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           MySQL failed to generate or retrieve an
           <literal>AUTO_INCREMENT</literal> primary key for
           <literal>InnoDB</literal> tables with user-defined


Thread
svn commit - mysqldoc@docsrva: r7663 - in trunk: . refman-5.0 refman-5.1paul4 Sep