Author: paul
Date: 2007-05-16 21:40:07 +0200 (Wed, 16 May 2007)
New Revision: 6506
Log:
r20486@frost: paul | 2007-05-16 14:38:57 -0500
Documented bugfixes:
Bug#20662
Bug#20903
Bug#24508
Bug#24738
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:25025
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20482
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:25025
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20486
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-16 19:39:11 UTC (rev 6505)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-05-16 19:40:07 UTC (rev 6506)
Changed blocks: 1, Lines Added: 36, Lines Deleted: 0; 1721 bytes
@@ -176,6 +176,42 @@
<listitem>
<para>
+ An attempt to execute <literal>CREATE TABLE ...
+ SELECT</literal> when a temporary table with the same name
+ already existed led to the insertion of data into the
+ temporary table and creation of an empty non-temporary table.
+ (Bug #24508)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Concurrent execution of <literal>CREATE TABLE ...
+ SELECT</literal> and other statements involving the target
+ table suffered from various race conditions, some of which
+ might have led to deadlocks. (Bug #24738)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>CREATE TABLE IF NOT EXISTS ... SELECT</literal>
+ caused a server crash if the target table already existed and
+ had a <literal>BEFORE INSERT</literal> trigger. (Bug #20903)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Deadlock occurred for attempts to execute <literal>CREATE
+ TABLE IF NOT EXISTS ... SELECT</literal> when <literal>LOCK
+ TABLES</literal> had been used to acquire a read lock on the
+ target table. (Bug #20662)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>CAST()</literal> to <literal>DECIMAL</literal> did
not check for overflow. (Bug #27957)
</para>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-05-16 19:39:11 UTC (rev 6505)
+++ trunk/refman-5.1/news-5.1.xml 2007-05-16 19:40:07 UTC (rev 6506)
Changed blocks: 1, Lines Added: 36, Lines Deleted: 0; 1741 bytes
@@ -153,6 +153,42 @@
<listitem>
<para>
+ An attempt to execute <literal>CREATE TABLE ...
+ SELECT</literal> when a temporary table with the same name
+ already existed led to the insertion of data into the
+ temporary table and creation of an empty non-temporary table.
+ (Bug #24508)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Concurrent execution of <literal>CREATE TABLE ...
+ SELECT</literal> and other statements involving the target
+ table suffered from various race conditions, some of which
+ might have led to deadlocks. (Bug #24738)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>CREATE TABLE IF NOT EXISTS ... SELECT</literal>
+ caused a server crash if the target table already existed and
+ had a <literal>BEFORE INSERT</literal> trigger. (Bug #20903)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Deadlock occurred for attempts to execute <literal>CREATE
+ TABLE IF NOT EXISTS ... SELECT</literal> when <literal>LOCK
+ TABLES</literal> had been used to acquire a read lock on the
+ target table. (Bug #20662)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
It was not possible to use the value
<literal>−9223372036854775808</literal> (that is,
<literal>−MAXVALUE + 1</literal>) when specifying a
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6506 - in trunk: . refman-5.0 refman-5.1 | paul | 16 May |