Author: paul
Date: 2006-11-27 19:52:15 +0100 (Mon, 27 Nov 2006)
New Revision: 4043
Log:
r16264@polar: paul | 2006-11-27 12:48:05 -0600
Document bugfixes:
Bug#20045
Bug#22413
Bug#23831
Bug#24488
Bug#24533
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:16261
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:12586
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11757
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:16264
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:12586
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11757
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2006-11-27 18:30:55 UTC (rev 4042)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2006-11-27 18:52:15 UTC (rev 4043)
Changed blocks: 1, Lines Added: 17, Lines Deleted: 0; 1065 bytes
@@ -63,6 +63,23 @@
<listitem>
<para>
+ Using <literal>EXPLAIN</literal> caused a server crash for
+ queries that selected from
+ <literal>INFORMATION_SCHEMA</literal> in a subquery in the
+ <literal>FROM</literal> clause. (Bug #22413)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Invalidating the query cache caused a server crash for
+ <literal>INSERT INTO ... SELECT</literal> statements that
+ selected from a view. (Bug #20045)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Slave servers would retry the execution of a SQL statement an
infinite number of times, ignoring the value
<literal>SLAVE_TRANSACTION_RETRIES</literal> when using the
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-11-27 18:30:55 UTC (rev 4042)
+++ trunk/refman-5.1/news-5.1.xml 2006-11-27 18:52:15 UTC (rev 4043)
Changed blocks: 4, Lines Added: 37, Lines Deleted: 4; 2435 bytes
@@ -104,6 +104,39 @@
<listitem>
<para>
+ Some unnecessary Valgrind warnings were removed from the
+ server. (Bug #24488, Bug #24533).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Using <literal>EXPLAIN</literal> caused a server crash for
+ queries that selected from
+ <literal>INFORMATION_SCHEMA</literal> in a subquery in the
+ <literal>FROM</literal> clause. (Bug #22413)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Invalidating the query cache caused a server crash for
+ <literal>INSERT INTO ... SELECT</literal> statements that
+ selected from a view. (Bug #20045)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ With row-based binary logging, replicated multiple-statement
+ transaction deadlocks did not return the correct error code,
+ causing the slave SQL thread to stop rather than roll back and
+ re-execute. (Bug #23831)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
With row-based binary logging, for <literal>CREATE TABLE IF
NOT EXISTS LIKE
<replaceable>temporary_table</replaceable></literal>
@@ -232,8 +265,8 @@
<listitem>
<para>
A change in the interfaces for the
- <literal>INFORMATION_SCHEMA.FILES</literal> table has made
- the table accessible to storage engines other than
+ <literal>INFORMATION_SCHEMA.FILES</literal> table has made the
+ table accessible to storage engines other than
<literal>NDB</literal>. (Bug #23013)
</para>
</listitem>
@@ -618,7 +651,7 @@
reversed arguments. (Bug #23169)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: Under some conditions, the
@@ -626,7 +659,7 @@
with 2 or more node groups following the creation of a new
table. (Bug #21690)
</para>
-
+
<para>
As part of the fix for this bug, two new NDB API methods were
added to the <literal>NdbDictionary::Object::Table</literal>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4043 - in trunk: . refman-5.0 refman-5.1 | paul | 27 Nov |