Author: paul
Date: 2006-05-17 20:40:29 +0200 (Wed, 17 May 2006)
New Revision: 2116
Log:
r7582@polar: paul | 2006-05-17 13:42:16 -0500
Document bugfixes:
Bug#7549
Bug#18037
Bug#19025
Bug#19618
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:7580
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10475
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7582
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10475
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-05-17 17:52:13 UTC (rev 2115)
+++ trunk/refman-common/news-4.1.xml 2006-05-17 18:40:29 UTC (rev 2116)
@@ -177,7 +177,12 @@
<itemizedlist>
<listitem>
- <para></para>
+ <para>
+ For a table with an <literal>AUTO_INCREMENT</literal> column,
+ <literal>SHOW CREATE TABLE</literal> now shows the next
+ <literal>AUTO_INCREMENT</literal> value to be generated. (Bug
+ #19025)
+ </para>
</listitem>
</itemizedlist>
@@ -187,7 +192,7 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: Repeated use of the
@@ -196,7 +201,7 @@
the <command>mgmd</command> process to crash. (Bug #18591)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: An issue with
@@ -205,7 +210,7 @@
single cluster at one time. (Bug #17150)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: Data node failures could cause
@@ -213,13 +218,13 @@
#13987)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>:
<literal>TRUNCATE</literal>
failed on tables having <literal>BLOB</literal> or
<literal>TEXT</literal> columns with the error
<errortext>Lock
- wait timeout exceeded</errortext>. (Bug #19201)
+ wait timeout exceeded</errortext>. (Bug #19201)
</para>
</listitem>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-05-17 17:52:13 UTC (rev 2115)
+++ trunk/refman-common/news-5.0.xml 2006-05-17 18:40:29 UTC (rev 2116)
@@ -254,6 +254,15 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ For a table with an <literal>AUTO_INCREMENT</literal> column,
+ <literal>SHOW CREATE TABLE</literal> now shows the next
+ <literal>AUTO_INCREMENT</literal> value to be generated. (Bug
+ #19025)
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
@@ -261,7 +270,7 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: Repeated use of the
@@ -270,7 +279,7 @@
the <command>mgmd</command> process to crash. (Bug #18591)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: An issue with
@@ -279,7 +288,7 @@
single cluster at one time. (Bug #17150)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: Data node failures could cause
@@ -299,6 +308,31 @@
<listitem>
<para>
+ For certain <literal>CREATE VIEW</literal> statements, the
+ server did not detect invalid subqueries within the
+ <literal>SELECT </literal> part. (Bug #7549)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The range operator failed and caused a server crash for
+ clauses of the form
+
<literal><replaceable>tbl_name</replaceable>.<replaceable>unsigned_keypart</replaceable>
+ NOT IN (<replaceable>negative_const</replaceable>,
+ ...)</literal>. (Bug #19618)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Returning the value of a system variable from a stored
+ function caused a server crash. (Bug #18037)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>REPAIR TABLE</literal> did not restore the length for
packed keys in tables created under MySQL 4.x. (Bug #17810)
</para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-05-17 17:52:13 UTC (rev 2115)
+++ trunk/refman-common/news-5.1.xml 2006-05-17 18:40:29 UTC (rev 2116)
@@ -110,6 +110,13 @@
<listitem>
<para>
+ Returning the value of a system variable from a stored
+ function caused a server crash. (Bug #18037)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Use of uninitialized user variables in a subquery in the
<literal>FROM</literal> clause results in bad entries in the
binary log. (Bug #19136)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2116 - in trunk: . refman-common | paul | 17 May |