Author: paul
Date: 2006-01-13 20:32:41 +0100 (Fri, 13 Jan 2006)
New Revision: 808
Log:
r2150@kite-hub: paul | 2006-01-13 12:02:39 -0600
Move a few changelog entries.
Modified:
trunk/
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6161
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2101
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6161
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2150
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-01-13 18:51:52 UTC (rev 807)
+++ trunk/refman-common/news-4.1.xml 2006-01-13 19:32:41 UTC (rev 808)
@@ -182,6 +182,14 @@
<listitem>
<para>
+ Using an aggregate function as the argument for a HAVING
+ clause would result in the aggregate function always returning
+ <literal>FALSE</literal>. (Bug #14274)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The <literal>COALESCE()</literal> function truncated data in a
<literal>TINYTEXT</literal> column. (Bug #15581)
</para>
@@ -417,14 +425,6 @@
<listitem>
<para>
- Using an aggregate function as the argument for a HAVING
- clause would result in the aggregate function always returning
- <literal>FALSE</literal>. (Bug #14274)
- </para>
- </listitem>
-
- <listitem>
- <para>
<literal>PROCEDURE ANALYSE()</literal> could suggest a data
type with a negative display width. (Bug #10716)
</para>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-01-13 18:51:52 UTC (rev 807)
+++ trunk/refman-common/news-5.0.xml 2006-01-13 19:32:41 UTC (rev 808)
@@ -167,43 +167,6 @@
for each individual 5.0.x release.
</para>
- <section id="news-5-0-20">
-
- <title>&title-news-5-0-20;</title>
-
- <para>
- Functionality added or changed:
- </para>
-
- <remark>
- ADD AN ITEMIZED LIST WHEN WE HAVE SOME ITEMS THAT GO HERE
- </remark>
-
- <para>
- Bugs fixed:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- <literal>MIN()</literal> and <literal>MAX()</literal>
- operations were not optimized for views. (Bug #16016)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Using an aggregate function as the argument for a HAVING
- clause would result in the aggregate function always returning
- <literal>FALSE</literal>. (Bug #14274)
- </para>
- </listitem>
-
- </itemizedlist>
-
- </section>
-
<section id="news-5-0-19">
<title>&title-news-5-0-19;</title>
@@ -244,6 +207,21 @@
<listitem>
<para>
+ <literal>MIN()</literal> and <literal>MAX()</literal>
+ operations were not optimized for views. (Bug #16016)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Using an aggregate function as the argument for a HAVING
+ clause would result in the aggregate function always returning
+ <literal>FALSE</literal>. (Bug #14274)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Parallel builds occasionally failed on Solaris. (Bug #16282)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r808 - in trunk: . refman-common | paul | 13 Jan |