Author: paul
Date: 2006-11-21 21:10:05 +0100 (Tue, 21 Nov 2006)
New Revision: 4004
Log:
r16142@polar: paul | 2006-11-21 14:08:21 -0600
Document bugfixes:
Bug#16228
Bug#20697
Bug#22027
Bug#22762
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:16112
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:12490
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:16142
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:12490
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-21 19:22:06 UTC (rev 4003)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2006-11-21 20:10:05 UTC (rev 4004)
Changed blocks: 2, Lines Added: 18, Lines Deleted: 2; 1333 bytes
@@ -32,9 +32,9 @@
<para role="release-level">
This is a <emphasis>Service Pack</emphasis> release of the MySQL
- Enterprise Server 5.0.
+ Enterprise Server 5.0.
</para>
-
+
<para>
This section documents all changes and bug fixes that have been
applied since the last MySQL Enterprise Server release (5.0.30).
@@ -63,6 +63,22 @@
<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
+ NDB engine. (Bug #16228)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ On slave servers, transactions that exceeded the lock wait
+ timeout failed to roll back properly. (Bug #20697)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Changes to character set variables prior to an action on a
replication-ignored table were forgotten by slave servers.
(Bug #22877)
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-11-21 19:22:06 UTC (rev 4003)
+++ trunk/refman-5.1/news-5.1.xml 2006-11-21 20:10:05 UTC (rev 4004)
Changed blocks: 1, Lines Added: 25, Lines Deleted: 0; 1215 bytes
@@ -104,6 +104,31 @@
<listitem>
<para>
+ With row-based binary logging, for <literal>CREATE TABLE IF
+ NOT EXISTS LIKE
+ <replaceable>temporary_table</replaceable></literal>
+ statements, the <literal>IF NOT EXISTS</literal> clause was
+ not logged. (Bug #22762)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ With row-based binary logging, <literal>CREATE TABLE IF NOT
+ EXISTS SELECT</literal> statements were not logged properly.
+ (Bug #22027)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ On slave servers, transactions that exceeded the lock wait
+ timeout failed to roll back properly. (Bug #20697)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Changes to character set variables prior to an action on a
replication-ignored table were forgotten by slave servers.
(Bug #22877)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4004 - in trunk: . refman-5.0 refman-5.1 | paul | 21 Nov |