Author: paul
Date: 2007-03-21 19:20:58 +0100 (Wed, 21 Mar 2007)
New Revision: 5495
Log:
r21973@polar: paul | 2007-03-21 13:20:35 -0500
Document bugfix#26963
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:21971
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18008
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21973
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18008
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-03-21 17:53:33 UTC (rev 5494)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-03-21 18:20:58 UTC (rev 5495)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 766 bytes
@@ -79,6 +79,14 @@
<listitem>
<para>
+ Invalid optimization of pushdown conditions for queries where
+ an outer join was guaranteed to read only one row from the
+ outer table led to results with too few rows. (Bug #26963)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
For <literal>INSERT ... ON DUPLICATE KEY UPDATE</literal>
statements on tables containing
<literal>AUTO_INCREMENT</literal> columns,
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-03-21 17:53:33 UTC (rev 5494)
+++ trunk/refman-5.1/news-5.1.xml 2007-03-21 18:20:58 UTC (rev 5495)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 735 bytes
@@ -282,6 +282,14 @@
<listitem>
<para>
+ Invalid optimization of pushdown conditions for queries where
+ an outer join was guaranteed to read only one row from the
+ outer table led to results with too few rows. (Bug #26963)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
For <literal>INSERT ... ON DUPLICATE KEY UPDATE</literal>
statements on tables containing
<literal>AUTO_INCREMENT</literal> columns,
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5495 - in trunk: . refman-5.0 refman-5.1 | paul | 21 Mar |