Author: paul
Date: 2006-10-05 18:30:34 +0200 (Thu, 05 Oct 2006)
New Revision: 3552
Log:
r10660@frost: paul | 2006-10-05 11:29:59 -0500
Document bugfixes:
Bug#20108
Bug#20670
Bug#21610
Bug#22227
Modified:
trunk/refman-4.1/news-4.1.xml
trunk/refman-5.0/news-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:14253
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10473
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14253
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10660
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2006-10-05 15:26:22 UTC (rev 3551)
+++ trunk/refman-4.1/news-4.1.xml 2006-10-05 16:30:34 UTC (rev 3552)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 822 bytes
@@ -209,6 +209,15 @@
<listitem>
<para>
+ For an <literal>ENUM</literal> column that used the
+ <literal>ucs2</literal> character set, using <literal>ALTER
+ TABLE</literal> to modify the column definition caused the
+ default value to be lost. (Bug #20108)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Creating a <literal>TEMPORARY</literal> table with the same
name as an existing table that was locked by another client
could result in a lock conflict for <literal>DROP TEMPORARY
Modified: trunk/refman-5.0/news-5.0.xml
===================================================================
--- trunk/refman-5.0/news-5.0.xml 2006-10-05 15:26:22 UTC (rev 3551)
+++ trunk/refman-5.0/news-5.0.xml 2006-10-05 16:30:34 UTC (rev 3552)
Changed blocks: 2, Lines Added: 24, Lines Deleted: 0; 1517 bytes
@@ -209,6 +209,14 @@
<listitem>
<para>
+ An <literal>UPDATE</literal> that referred to a key column in
+ the <literal>WHERE</literal> clause and activated a trigger
+ that modified the column resulted in a loop. (Bug #20670)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Creating a <literal>TEMPORARY</literal> table with the same
name as an existing table that was locked by another client
could result in a lock conflict for <literal>DROP TEMPORARY
@@ -333,6 +341,22 @@
<listitem>
<para>
+ For an <literal>ENUM</literal> column that used the
+ <literal>ucs2</literal> character set, using <literal>ALTER
+ TABLE</literal> to modify the column definition caused the
+ default value to be lost. (Bug #20108)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <filename>mysql_com.h</filename> unnecessarily referred to the
+ <literal>ulong</literal> type. (Bug #22227)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Incorporated some portability fixes into the definition of
<literal>__attribute__</literal> in
<filename>my_global.h</filename>. (Bug #2717)
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-10-05 15:26:22 UTC (rev 3551)
+++ trunk/refman-5.1/news-5.1.xml 2006-10-05 16:30:34 UTC (rev 3552)
Changed blocks: 2, Lines Added: 31, Lines Deleted: 0; 1685 bytes
@@ -788,6 +788,30 @@
<listitem>
<para>
+ For an <literal>ENUM</literal> column that used the
+ <literal>ucs2</literal> character set, using <literal>ALTER
+ TABLE</literal> to modify the column definition caused the
+ default value to be lost. (Bug #20108)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ An <literal>UPDATE</literal> that referred to a key column in
+ the <literal>WHERE</literal> clause and activated a trigger
+ that modified the column resulted in a loop. (Bug #20670)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A loaded storage engine plugin did not load after a server
+ restart. (Bug #21610)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Creating a <literal>TEMPORARY</literal> table with the same
name as an existing table that was locked by another client
could result in a lock conflict for <literal>DROP TEMPORARY
@@ -808,6 +832,13 @@
<listitem>
<para>
+ <filename>mysql_com.h</filename> unnecessarily referred to the
+ <literal>ulong</literal> type. (Bug #22227)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Incorporated some portability fixes into the definition of
<literal>__attribute__</literal> in
<filename>my_global.h</filename>. (Bug #2717)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3552 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 5 Oct |