Author: mhillyer
Date: 2006-01-18 20:21:44 +0100 (Wed, 18 Jan 2006)
New Revision: 900
Log:
Document bugfixes: 14212,16267,15598,9483,16193,13944,5390,3906
Modified:
trunk/refman-common/news-4.0.xml
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.0.xml
===================================================================
--- trunk/refman-common/news-4.0.xml 2006-01-18 16:33:53 UTC (rev 899)
+++ trunk/refman-common/news-4.0.xml 2006-01-18 19:21:44 UTC (rev 900)
@@ -176,6 +176,15 @@
<listitem>
<para>
+ An <literal>INSERT ... SELECT</literal> statement between
+ tables in a <literal>MERGE</literal> set can return errors
+ when statement involves insert into child table from merge
+ table or vice-versa. (Bug #5390)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Fixed problems with static variables to allow building on
Fedora Core 3. (Bug #6554)
</para>
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-01-18 16:33:53 UTC (rev 899)
+++ trunk/refman-common/news-4.1.xml 2006-01-18 19:21:44 UTC (rev 900)
@@ -182,6 +182,23 @@
<listitem>
<para>
+ An <literal>INSERT ... SELECT</literal> statement between
+ tables in a <literal>MERGE</literal> set can return errors
+ when statement involves insert into child table from merge
+ table or vice-versa. (Bug #5390)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Certain permission management statements could create a
+ <literal>NULL</literal> hostname for a user, resulting in a
+ server crash. (Bug #15598)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
For <literal>InnoDB</literal> tables, using a column prefix
for a <literal>utf8</literal> column in a primary key caused
<literal>Cannot find record</literal> errors when attempting
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-01-18 16:33:53 UTC (rev 899)
+++ trunk/refman-common/news-5.0.xml 2006-01-18 19:21:44 UTC (rev 900)
@@ -214,6 +214,31 @@
<listitem>
<para>
+ An <literal>INSERT ... SELECT</literal> statement between
+ tables in a <literal>MERGE</literal> set can return errors
+ when statement involves insert into child table from merge
+ table or vice-versa. (Bug #5390)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Certain permission management statements could create a
+ <literal>NULL</literal> hostname for a user, resulting in a
+ server crash. (Bug #15598)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A <literal>COMMIT</literal> statement followed by a
+ <literal>ALTER TABLE</literal> statement on a BDB table caused
+ server crash. (Bug #14212)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
A <literal>DELETE</literal> statement involving a
<literal>LEFT JOIN</literal> and an <literal>IS NULL</literal>
test on the right-hand table of the join crashed the server
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-01-18 16:33:53 UTC (rev 899)
+++ trunk/refman-common/news-5.1.xml 2006-01-18 19:21:44 UTC (rev 900)
@@ -94,6 +94,14 @@
<listitem>
<para>
+ Certain permission management statements could create a
+ <literal>NULL</literal> hostname for a user, resulting in a
+ server crash. (Bug #15598)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Temporary table aliasing did not work inside stored functions.
(Bug #12198)
</para>
@@ -198,6 +206,23 @@
<listitem>
<para>
+ An <literal>INSERT ... SELECT</literal> statement between
+ tables in a <literal>MERGE</literal> set can return errors
+ when statement involves insert into child table from merge
+ table or vice-versa. (Bug #5390)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A <literal>COMMIT</literal> statement followed by a
+ <literal>ALTER TABLE</literal> statement on a BDB table caused
+ server crash. (Bug #14212)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>InnoDB</literal>: Comparison of indexed
<literal>VARCHAR CHARACTER SET ucs2 COLLATE ucs2_bin</literal>
columns using <literal>LIKE</literal> could fail. (Bug #14583)
@@ -235,10 +260,14 @@
<literal>LIST</literal> a value less than any specified in one
of the table's partition definitions resulted in a server
crash. In such cases, <command>mysqld</command> now returns
+
<errortext>ERROR 1500 (HY000): Table has no partition for
- value <replaceable>v</replaceable> </errortext> , where
- <replaceable>v</replaceable> is the out-of-range value. (Bug
- #15819)
+ value <replaceable>v</replaceable>
+
+ </errortext>
+
+ , where <replaceable>v</replaceable> is the out-of-range
+ value. (Bug #15819)
</para>
</listitem>
@@ -377,8 +406,11 @@
<para>
Previously, attempting to do so would produce the error
+
<errortext>All partitions must have unique names in the
- table</errortext> . (Bug #15521)
+ table</errortext>
+
+ . (Bug #15521)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r900 - trunk/refman-common | mhillyer | 18 Jan |