Author: mhillyer
Date: 2006-02-02 02:10:29 +0100 (Thu, 02 Feb 2006)
New Revision: 1176
Log:
Bugs Documented: 16393,15377,13835,15347
Bugs moved from Documenting Status: 15805
Modified:
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-02-01 23:34:06 UTC (rev 1175)
+++ trunk/refman-common/news-4.1.xml 2006-02-02 01:10:29 UTC (rev 1176)
@@ -309,7 +309,14 @@
<listitem>
<para>
- Pipeing the <filename>fill_help_tables.sql</filename> file
+ Characters in the <literal>gb2312</literal> and <literal>euckr</literal> character sets which did
+ not have Unicode mappings were truncated. (Bug #15377)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Piping the <filename>fill_help_tables.sql</filename> file
into <command>mysqld</command> resulted in a syntax error.
(Bug #15965)
</para>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-02-01 23:34:06 UTC (rev 1175)
+++ trunk/refman-common/news-5.0.xml 2006-02-02 01:10:29 UTC (rev 1176)
@@ -209,12 +209,8 @@
<literal>NDB Cluster</literal>: More descriptive warnings are
now issued when inappropriate logging parameters are set in
<filename>config.ini</filename>. (Formerly, the warning issued
- was simply
-
- <errortext>Could not add logfile
- destination</errortext>
-
- .) (Bug #11331)
+ was simply <errortext>Could not add logfile
+ destination</errortext>.) (Bug #11331)
</para>
</listitem>
@@ -263,6 +259,35 @@
<listitem>
<para>
+ Certain subqueries where the inner query is the result of a
+ aggregate function would return different results on MySQL 5.0
+ than on MySQL 4.1. (Bug #15347)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Attempts to create FULLTEXT indexes on VARCHAR columns larger
+ than 1000 bytes resulted in error. (Bug #13835)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Characters in the <literal>gb2312</literal> and <literal>euckr</literal> character sets which did
+ not have Unicode mappings were truncated. (Bug #15377)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Certain nested LEFT JOIN operations were not properly
+ optimized. (Bug #16393)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>GRANT</literal> statements specifying schema names
that included underscore characters (i.e.
<literal>my_schema</literal>) did not match if the underscore
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-02-01 23:34:06 UTC (rev 1175)
+++ trunk/refman-common/news-5.1.xml 2006-02-02 01:10:29 UTC (rev 1176)
@@ -213,6 +213,14 @@
<listitem>
<para>
+ Certain subqueries where the inner query is the result of a
+ aggregate function would return different results on MySQL 5.0
+ than on MySQL 4.1. (Bug #15347)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Error message for specifying value for which no partition
exists returned wrong values on certain platforms. (Bug
#15910)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1176 - trunk/refman-common | mhillyer | 2 Feb |