Author: mhillyer
Date: 2006-05-06 01:06:30 +0200 (Sat, 06 May 2006)
New Revision: 2043
Log:
Document bugfixes: 15933,18912
Modified:
trunk/refman-common/news-4.0.xml
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-4.0.xml
===================================================================
--- trunk/refman-common/news-4.0.xml 2006-05-05 20:27:28 UTC (rev 2042)
+++ trunk/refman-common/news-4.0.xml 2006-05-05 23:06:30 UTC (rev 2043)
@@ -215,6 +215,13 @@
<listitem>
<para>
+ MySQL would not compile on Linux distributions that use the
+ tinfo library. (Bug #18912)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
An <literal>UPDATE</literal> statement which tried to update a
column with a name beginning with an asterisk would cause the
server to crash. This was because mysqld would wrongly expand
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-05-05 20:27:28 UTC (rev 2042)
+++ trunk/refman-common/news-4.1.xml 2006-05-05 23:06:30 UTC (rev 2043)
@@ -334,6 +334,13 @@
<listitem>
<para>
+ MySQL would not compile on Linux distributions that use the
+ tinfo library. (Bug #18912)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>NDB Cluster</literal>: Backups could fail for large
clusters with many tables, where the number of tables
approached <literal>MaxNoOfTables</literal>. (Bug #17607)
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-05-05 20:27:28 UTC (rev 2042)
+++ trunk/refman-common/news-5.0.xml 2006-05-05 23:06:30 UTC (rev 2043)
@@ -477,6 +477,22 @@
<listitem>
<para>
+ After calling <literal>FLUSH STATUS</literal>, the
+ <literal>max_used_connections</literal> variable did not
+ increment for existing connections and connections which use
+ the thread cache. (Bug #15933)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ MySQL would not compile on Linux distributions that use the
+ tinfo library. (Bug #18912)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Within a trigger, <literal>CONNECTION_ID()</literal> did not
return the connection ID of the thread that caused the trigger
to be activated. (Bug #16461)
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-05-05 20:27:28 UTC (rev 2042)
+++ trunk/refman-common/news-5.1.xml 2006-05-05 23:06:30 UTC (rev 2043)
@@ -91,7 +91,7 @@
#16365)
</para>
</listitem>
-
+
<listitem>
<para>
XPath expressions passed to the
@@ -253,12 +253,28 @@
reporting this bug.
</para>
</listitem>
-
+
<listitem>
<para>
+ After calling <literal>FLUSH STATUS</literal>, the
+ <literal>max_used_connections</literal> variable did not
+ increment for existing connections and connections which use
+ the thread cache. (Bug #15933)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ MySQL would not compile on Linux distributions that use the
+ tinfo library. (Bug #18912)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
An issue with file handling in the partitioning code could
cause <command>mysqld</command> to crash when started and then
- stopped within a very short period of time. (Bug #19313)
+ stopped within a very short period of time. (Bug #19313)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2043 - trunk/refman-common | mhillyer | 6 May |