Author: paul
Date: 2008-04-10 16:23:13 +0200 (Thu, 10 Apr 2008)
New Revision: 10442
Log:
r30583@frost: paul | 2008-04-10 09:21:39 -0500
Document bugfixes:
Bug#30622: ORDER BY on a SELECT causes results to be missed
Bug#31781: multi-table UPDATE with temp-pool enabled fails with errno 17
Bug#34747: crash in debug assertion check after derived table
Bug#34830: Item_ref & Item_direct_ref constructor call: mixed table & field names.
Bug#34889: mysql_client_test::test_mysql_insert_id test fails sporadically
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30514
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30353
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30583
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30353
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-04-10 12:56:46 UTC (rev 10441)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-04-10 14:23:13 UTC (rev 10442)
Changed blocks: 1, Lines Added: 144, Lines Deleted: 0; 3306 bytes
@@ -15202,4 +15202,148 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysql_insert_id()"/>
+ <manual type="AUTO_INCREMENT"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34889"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.60"/>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Under some circumstances, the value of
+ <function role="capi">mysql_insert_id()</function> following a
+ <literal>SELECT ... INSERT</literal> statement could return an
+ incorrect value. This could happen when the last <literal>SELECT
+ ... INSERT</literal> did not involve an
+ <literal>AUTO_INCREMENT</literal> column, but the value of
+ <function role="capi">mysql_insert_id()</function> was changed
+ by some previous statements.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="GROUP_CONCAT()"/>
+ <manual type="subqueries"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34747"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.60"/>
+ <version ver="5.1.24"/>
+ <version ver="5.1.24-ndb-6.3.13"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ A memory-handling error associated with use of
+ <function role="sql">GROUP_CONCAT()</function> in subqueries
+ could result in a server crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="subqueries"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34830"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.60"/>
+ <version ver="5.1.24"/>
+ <version ver="5.1.24-ndb-6.3.13"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Table and database names were mixed up in some places of the
+ subquery transformation procedure. This could affect debugging
+ trace output and further extensions of that procedure.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="31781"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.60"/>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ If an error occurred during file creation, the server sometimes
+ did not remove the file, resulting in an unused file in the
+ filesystem.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="optimizer"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="30622"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ If the optimizer used a multi-read-range access method for index
+ lookups, incorrect results could occur for rows that contained
+ any of the <literal>BLOB</literal> or <literal>TEXT</literal>
+ data types.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10442 - in trunk: . dynamic-docs/changelog | paul | 10 Apr |