Author: paul
Date: 2006-04-27 15:51:21 +0200 (Thu, 27 Apr 2006)
New Revision: 1957
Log:
r7031@polar: paul | 2006-04-27 08:50:51 -0500
Document bugfixes:
Bug#18129
Bug#18544
Bug#18787
Modified:
trunk/
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7027
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9797
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4590
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7031
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9797
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4590
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-04-27 13:13:22 UTC (rev 1956)
+++ trunk/refman-common/news-4.1.xml 2006-04-27 13:51:21 UTC (rev 1957)
@@ -233,6 +233,15 @@
<listitem>
<para>
+ A <literal>LOCK TABLES</literal> statement that failed could
+ cause <literal>MyISAM</literal> not to update table statistics
+ properly, causing a subsequent <literal>CHECK TABLE</literal>
+ to report table corruption. (Bug #18544)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Avoid trying to include
<filename><asm/atomic.h></filename> when it doesn't work
in C++ code. (Bug #13621)
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-04-27 13:13:22 UTC (rev 1956)
+++ trunk/refman-common/news-5.0.xml 2006-04-27 13:51:21 UTC (rev 1957)
@@ -262,6 +262,24 @@
<listitem>
<para>
+ A <literal>LOCK TABLES</literal> statement that failed could
+ cause <literal>MyISAM</literal> not to update table statistics
+ properly, causing a subsequent <literal>CHECK TABLE</literal>
+ to report table corruption. (Bug #18544)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ For a reference to a non-existent stored function in a stored
+ routine that had a <literal>CONTINUE</literal> handler, the
+ server continued as though a useful result had been returned,
+ possibly resulting in a server crash. (Bug #18787)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>InnoDB</literal> could read a delete mark from its
system tables incorrectly. (Bug #19217)
</para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-04-27 13:13:22 UTC (rev 1956)
+++ trunk/refman-common/news-5.1.xml 2006-04-27 13:51:21 UTC (rev 1957)
@@ -205,6 +205,32 @@
<listitem>
<para>
+ A <literal>LOCK TABLES</literal> statement that failed could
+ cause <literal>MyISAM</literal> not to update table statistics
+ properly, causing a subsequent <literal>CHECK TABLE</literal>
+ to report table corruption. (Bug #18544)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A failed <literal>ALTER TABLE</literal> operation could fail
+ to clean up a temporary <filename>.frm</filename> file. (Bug
+ #18129)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ For a reference to a non-existent stored function in a stored
+ routine that had a <literal>CONTINUE</literal> handler, the
+ server continued as though a useful result had been returned,
+ possibly resulting in a server crash. (Bug #18787)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>InnoDB</literal> could read a delete mark from its
system tables incorrectly. (Bug #19217)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1957 - in trunk: . refman-common | paul | 27 Apr |