Author: paul
Date: 2007-02-22 16:02:01 +0100 (Thu, 22 Feb 2007)
New Revision: 5024
Log:
r16717@frost: paul | 2007-02-22 08:54:59 -0600
Document Bugfix:#24630
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:20330
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16605
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:20330
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16717
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-02-22 14:36:41 UTC (rev 5023)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-02-22 15:02:01 UTC (rev 5024)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 731 bytes
@@ -136,6 +136,14 @@
<listitem>
<para>
+ Using an <literal>INFORMATION_SCHEMA</literal> table with
+ <literal>ORDER BY</literal> in a subquery could cause a server
+ crash. (Bug #24630)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Collation for <literal>LEFT JOIN</literal> comparisons could
be evaluated incorrectly, leading to improper query results.
(Bug #26017)
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-02-22 14:36:41 UTC (rev 5023)
+++ trunk/refman-5.1/news-5.1.xml 2007-02-22 15:02:01 UTC (rev 5024)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 698 bytes
@@ -287,6 +287,14 @@
<listitem>
<para>
+ Using an <literal>INFORMATION_SCHEMA</literal> table with
+ <literal>ORDER BY</literal> in a subquery could cause a server
+ crash. (Bug #24630)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Collation for <literal>LEFT JOIN</literal> comparisons could
be evaluated incorrectly, leading to improper query results.
(Bug #26017)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5024 - in trunk: . refman-5.0 refman-5.1 | paul | 22 Feb |