Author: jstephens
Date: 2005-12-21 19:17:08 +0100 (Wed, 21 Dec 2005)
New Revision: 615
Log:
Documenting bugfixes:
Bug #14271/Bug #14387/Bug #15224 (5.0)
Bug #14960/Bug #14310 (4.1/5.0)
Modified:
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2005-12-21 17:52:32 UTC (rev 614)
+++ trunk/refman-common/news-4.1.xml 2005-12-21 18:17:08 UTC (rev 615)
@@ -182,6 +182,13 @@
<listitem>
<para>
+ Symbolic links did not funciton properly on Windows platforms.
+ (Bug #14960, Bug #14310)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>BDB</literal>: A <literal>DELETE</literal>,
<literal>INSERT</literal>, or <literal>UPDATE</literal> of a
<literal>BDB</literal> table could cause the server to crash
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2005-12-21 17:52:32 UTC (rev 614)
+++ trunk/refman-common/news-5.0.xml 2005-12-21 18:17:08 UTC (rev 615)
@@ -215,6 +215,21 @@
<listitem>
<para>
+ <literal>SHOW [FULL] COLUMNS</literal> and <literal>SHOW INDEX
+ FROM</literal> did not function with temporary tables. (Bug
+ #14271, Bug #14387, Bug #15224)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The INFORMATION_SCHEMA.COLUMNS table did not report the size
+ of BINARY or VARBINARY columns. (Bug #14271)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The server would not compile under Cygwin. (Bug #13640)
</para>
</listitem>
@@ -461,10 +476,19 @@
<itemizedlist>
- <para>
- <command>mysqld</command> would not start on Windows 9X
- operating systems including Windows Me. (Bug #15209)
- </para>
+ <listitem>
+ <para>
+ Symbolic links did not funciton properly on Windows platforms.
+ (Bug #14960, Bug #14310)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>mysqld</command> would not start on Windows 9X
+ operating systems including Windows Me. (Bug #15209)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r615 - trunk/refman-common | jon | 21 Dec |