Author: paul
Date: 2007-05-27 11:43:02 +0200 (Sun, 27 May 2007)
New Revision: 6588
Log:
r20659@frost: paul | 2007-05-27 11:41:35 +0200
Documented bugfixes:
Bug#21483
Bug#27119
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:25213
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20650
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:25213
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20659
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-05-26 20:14:31 UTC (rev 6587)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-05-27 09:43:02 UTC (rev 6588)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1056 bytes
@@ -81,6 +81,13 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ A large filesort could result in a division by zero error and
+ a server crash. (Bug #27119)
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
@@ -220,6 +227,15 @@
<listitem>
<para>
+ The server could abort or deadlock for <literal>INSERT
+ DELAYED</literal> statements for which another insert was
+ performed implicitly (for example, via a stored function that
+ inserted a row). (Bug #21483)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The server could hang for <literal>INSERT IGNORE ... ON
DUPLICATE KEY UPDATE</literal> if an update failed. (Bug
#28000)
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-05-26 20:14:31 UTC (rev 6587)
+++ trunk/refman-5.1/news-5.1.xml 2007-05-27 09:43:02 UTC (rev 6588)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 0; 936 bytes
@@ -193,6 +193,22 @@
<listitem>
<para>
+ A large filesort could result in a division by zero error and
+ a server crash. (Bug #27119)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The server could abort or deadlock for <literal>INSERT
+ DELAYED</literal> statements for which another insert was
+ performed implicitly (for example, via a stored function that
+ inserted a row). (Bug #21483)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The server could hang for <literal>INSERT IGNORE ... ON
DUPLICATE KEY UPDATE</literal> if an update failed. (Bug
#28000)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6588 - in trunk: . refman-5.0 refman-5.1 | paul | 27 May |