Author: paul
Date: 2007-08-02 06:02:17 +0200 (Thu, 02 Aug 2007)
New Revision: 7314
Log:
r23205@frost: paul | 2007-08-01 22:55:37 -0500
Document bugfixes:
Bug#28012
Bug#28030
Bug#28641
Bug#29929
Bug#30027
Bug#30029
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:28132
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23204
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28132
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23205
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-08-02 04:02:01 UTC (rev 7313)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-08-02 04:02:17 UTC (rev 7314)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 918 bytes
@@ -93,6 +93,16 @@
<listitem>
<para>
+ LOCK TABLES did not pre-lock tables used in triggers of the
+ locked tables. Unexpected locking behavior and statement
+ failures similar to <errortext>failed: 1100: Table
+ '<replaceable>xx</replaceable>' was not locked with LOCK
+ TABLES</errortext> could result. (Bug #29929)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Fast <literal>ALTER TABLE</literal> (that works without
rebuilding the table) acquired duplicate locks in the storage
engine. In <literal>MyISAM</literal>, if <literal>ALTER
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-08-02 04:02:01 UTC (rev 7313)
+++ trunk/refman-5.1/news-5.1.xml 2007-08-02 04:02:17 UTC (rev 7314)
Changed blocks: 3, Lines Added: 45, Lines Deleted: 4; 2762 bytes
@@ -248,6 +248,42 @@
<listitem>
<para>
+ LOCK TABLES did not pre-lock tables used in triggers of the
+ locked tables. Unexpected locking behavior and statement
+ failures similar to <errortext>failed: 1100: Table
+ '<replaceable>xx</replaceable>' was not locked with LOCK
+ TABLES</errortext> could result. (Bug #29929)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Creating an event to be executed at a time close to the end of
+ the allowed range (2038-01-19 03:14:07 UTC) would cause the
+ server to crash. (Bug #28641)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ On Windows, Instance Manager would crash if an instance object
+ failed to initialize during startup. This could happen if an
+ incorrect <command>mysqld</command> path was supplied in the
+ configuration file. (Bug #28012)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Instance Manager had a race condition when it received a
+ shutdown request while a guarded <command>mysqld</command>
+ instance was starting such that it could fail to stop the
+ <command>mysqld</command> instance. (Bug #28030)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Fast <literal>ALTER TABLE</literal> (that works without
rebuilding the table) acquired duplicate locks in the storage
engine. In <literal>MyISAM</literal>, if <literal>ALTER
@@ -1156,9 +1192,9 @@
<listitem>
<para>
Several issues were identified for stored programs containing
- non-ASCII symbols. These issues involved conversion errors due
- to incomplete character set information when translating these
- objects to and from stored format, such as:
+ and views non-ASCII symbols. These issues involved conversion
+ errors due to incomplete character set information when
+ translating these objects to and from stored format, such as:
</para>
<itemizedlist>
@@ -1269,8 +1305,13 @@
<para>
(Bug #11986, Bug #16291, Bug #19443, Bug #21249, Bug #25212,
- Bug #25221)
+ Bug #25221, Bug #30027)
</para>
+
+ <para>
+ Subsequent to the patch just described, it was discovered that
+ the patch broke <command>mysql_upgrade</command>. (Bug #30029)
+ </para>
</listitem>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7314 - in trunk: . refman-5.0 refman-5.1 | paul | 2 Aug |