Author: paul
Date: 2006-08-03 19:33:26 +0200 (Thu, 03 Aug 2006)
New Revision: 2944
Log:
r13256@frost: paul | 2006-08-03 12:32:16 -0500
Document bugfixes:
Bug#7391
Bug#18235
Bug#19890
Bug#20145
Bug#20649
Bug#21042
Modified:
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:12466
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:13252
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9385
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:12466
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:13256
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9385
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-08-03 17:33:05 UTC (rev 2943)
+++ trunk/refman-common/news-4.1.xml 2006-08-03 17:33:26 UTC (rev 2944)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 788 bytes
@@ -193,6 +193,16 @@
<listitem>
<para>
+ For cross-database multiple-table <literal>UPDATE</literal>
+ statements, a user with all privileges for the default
+ database could update tables in another database for which the
+ user did not have <literal>UPDATE</literal> privileges. (Bug
+ #7391)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<command>mysql_install_db</command> incorrectly had a blank
first line. (Bug #20721)
</para>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-08-03 17:33:05 UTC (rev 2943)
+++ trunk/refman-common/news-5.0.xml 2006-08-03 17:33:26 UTC (rev 2944)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 1085 bytes
@@ -373,6 +373,28 @@
<listitem>
<para>
+ <command>mysql</command> crashed for very long arguments to
+ the <literal>connect</literal> command. (Bug #21042)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>perror</command> crashed on Solaris due to
+ <literal>NULL</literal> return value of
+ <literal>strerror()</literal> system call. (Bug #20145)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <literal>query</literal> command for
+ <command>mysqltest</command> did not work. (Bug #19890)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
For certain queries, the server incorrectly resolved a
reference to an aggregate function and crashed. (Bug #20868)
</para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-08-03 17:33:05 UTC (rev 2943)
+++ trunk/refman-common/news-5.1.xml 2006-08-03 17:33:26 UTC (rev 2944)
Changed blocks: 2, Lines Added: 22, Lines Deleted: 2; 1701 bytes
@@ -429,16 +429,28 @@
conditions so as to be more informative. (Bug #10946)
</para>
</listitem>
-
+
<listitem>
<para>
+ With mixed-format binary logging, <literal>INSERT
+ DELAYED</literal> statements were logged using statement-based
+ logging, and they did not replicate properly for statements
+ that used values such as <literal>UUID()</literal> that
+ require row-based logging. To correct this, the
+ <literal>DELAYED</literal> handler thread how switches to
+ row-based logging if the logging format is mixed. (Bug #20649)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Using <literal>EXPLAIN PARTITIONS</literal> with a
<literal>UNION</literal> query could crash the server. This
could occur whether or not the query actually used any
partitioned tables. (Bug #20484)
</para>
</listitem>
-
+
<listitem>
<para>
Partition pruning could cause incorrect results from queries,
@@ -790,6 +802,14 @@
<listitem>
<para>
+ On Windows, terminating <command>mysqld</command> with
+ Control-C could result in a crash during shutdown. (Bug
+ #18235)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Renaming a database to itself caused a server crash. (Bug
#19392)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2944 - in trunk: . refman-common | paul | 3 Aug |