Author: paul
Date: 2006-08-30 22:45:50 +0200 (Wed, 30 Aug 2006)
New Revision: 3167
Log:
r13274@polar: paul | 2006-08-30 15:45:42 -0500
Document bugfixes:
Bug#15205
Bug#17485
Bug#21077
Bug#21456
Bug#21527
Modified:
trunk/refman-5.1/problems.xml
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:13272
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14122
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9971
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:13274
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14122
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9971
Modified: trunk/refman-5.1/problems.xml
===================================================================
--- trunk/refman-5.1/problems.xml 2006-08-30 20:09:47 UTC (rev 3166)
+++ trunk/refman-5.1/problems.xml 2006-08-30 20:45:50 UTC (rev 3167)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 8; 763 bytes
@@ -4468,14 +4468,6 @@
<listitem>
<para>
- Use of the <option>--delimiter</option> option causes
- <command>mysql</command> to be unable to connect to the
- Instance Manager. (Bug #17485)
- </para>
- </listitem>
-
- <listitem>
- <para>
If you compare a <literal>NULL</literal> value to a subquery
using <literal>ALL/ANY/SOME</literal> and the subquery
returns an empty result, the comparison might evaluate to
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-08-30 20:09:47 UTC (rev 3166)
+++ trunk/refman-common/news-4.1.xml 2006-08-30 20:45:50 UTC (rev 3167)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 0; 988 bytes
@@ -193,6 +193,22 @@
<listitem>
<para>
+ Adding <literal>ORDER BY</literal> to a <literal>SELECT
+ DISTINCT(<replaceable>expr</replaceable>)</literal> query
+ could produce incorrect results. (Bug #21456)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ For <literal>InnoDB</literal> tables, the server could crash
+ when executing <literal>NOT IN ()</literal> subqueries. (Bug
+ #21077)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<command>mysqld --flush</command> failed to flush changes to
disk following an <literal>UPDATE</literal> statement for
which no updated column had an index. (Bug #20060)
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-08-30 20:09:47 UTC (rev 3166)
+++ trunk/refman-common/news-5.0.xml 2006-08-30 20:45:50 UTC (rev 3167)
Changed blocks: 1, Lines Added: 41, Lines Deleted: 0; 1684 bytes
@@ -338,6 +338,47 @@
<listitem>
<para>
+ <command>mysqldump</command> incorrectly tried to use
+ <literal>LOCK TABLES</literal> for tables in the
+ <literal>INFORMATION_SCHEMA</literal> database. (Bug #21527)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Adding <literal>ORDER BY</literal> to a <literal>SELECT
+ DISTINCT(<replaceable>expr</replaceable>)</literal> query
+ could produce incorrect results. (Bug #21456)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ For <literal>InnoDB</literal> tables, the server could crash
+ when executing <literal>NOT IN ()</literal> subqueries. (Bug
+ #21077)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Use of the <option>--prompt</option> option or
+ <literal>prompt</literal> command caused
+ <command>mysql</command> to be unable to connect to the
+ Instance Manager. (Bug #17485)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The server crashed if it tried to access a
+ <literal>CSV</literal> table for which the data file had been
+ removed. (Bug #15205)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>CREATE USER</literal> did not respect the
16-character username limit. (Bug #10668)
</para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-08-30 20:09:47 UTC (rev 3166)
+++ trunk/refman-common/news-5.1.xml 2006-08-30 20:45:50 UTC (rev 3167)
Changed blocks: 1, Lines Added: 25, Lines Deleted: 0; 1200 bytes
@@ -602,6 +602,31 @@
<listitem>
<para>
+ <command>mysqldump</command> incorrectly tried to use
+ <literal>LOCK TABLES</literal> for tables in the
+ <literal>INFORMATION_SCHEMA</literal> database. (Bug #21527)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Use of the <option>--prompt</option> option or
+ <literal>prompt</literal> command caused
+ <command>mysql</command> to be unable to connect to the
+ Instance Manager. (Bug #17485)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The server crashed if it tried to access a
+ <literal>CSV</literal> table for which the data file had been
+ removed. (Bug #15205)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>CREATE USER</literal> did not respect the
16-character username limit. (Bug #10668)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3167 - in trunk: . refman-5.1 refman-common | paul | 30 Aug |