Author: paul
Date: 2006-07-20 21:06:55 +0200 (Thu, 20 Jul 2006)
New Revision: 2791
Log:
Modified:
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11808
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12507
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11808
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12564
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-07-20 19:02:18 UTC (rev 2790)
+++ trunk/refman-common/news-4.1.xml 2006-07-20 19:06:55 UTC (rev 2791)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 775 bytes
@@ -190,6 +190,15 @@
<listitem>
<para>
+ The use of <literal>WHERE <replaceable>col_name</replaceable>
+ IS NULL</literal> in <literal>SELECT</literal> statements
+ reset the value of <literal>LAST_INSERT_ID()</literal> to
+ zero. (Bug #14553)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Use of the join cache in favor of an index for <literal>ORDER
BY</literal> operations could cause incorrect result sorting.
(Bug #17212)
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-07-20 19:02:18 UTC (rev 2790)
+++ trunk/refman-common/news-5.0.xml 2006-07-20 19:06:55 UTC (rev 2791)
Changed blocks: 1, Lines Added: 17, Lines Deleted: 0; 1008 bytes
@@ -335,6 +335,23 @@
<listitem>
<para>
+ The use of <literal>WHERE <replaceable>col_name</replaceable>
+ IS NULL</literal> in <literal>SELECT</literal> statements
+ reset the value of <literal>LAST_INSERT_ID()</literal> to
+ zero. (Bug #14553)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The server crashed when using the range access method to
+ execut a subquery with a <literal>ORDER BY DESC</literal>
+ clause. (Bug #20869)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Use of the join cache in favor of an index for <literal>ORDER
BY</literal> operations could cause incorrect result sorting.
(Bug #17212)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2791 - in trunk: . refman-common | paul | 20 Jul |