Author: paul
Date: 2006-03-08 17:36:34 +0100 (Wed, 08 Mar 2006)
New Revision: 1532
Log:
r8450@frost: paul | 2006-03-08 10:33:37 -0600
Docoument bugfixes:
Bug#10460
Bug#16678
Bug#17377
Bug#17721
Modified:
trunk/
trunk/refman-5.1/problems.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8443
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3759
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8450
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3759
Modified: trunk/refman-5.1/problems.xml
===================================================================
--- trunk/refman-5.1/problems.xml 2006-03-08 15:38:25 UTC (rev 1531)
+++ trunk/refman-5.1/problems.xml 2006-03-08 16:36:34 UTC (rev 1532)
@@ -4564,6 +4564,8 @@
</para>
</listitem>
+<!-- next one is fixed in 5.1.8 -->
+
<listitem>
<para>
The <literal>EXAMPLE</literal> storage engine does not work
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-03-08 15:38:25 UTC (rev 1531)
+++ trunk/refman-common/news-5.0.xml 2006-03-08 16:36:34 UTC (rev 1532)
@@ -166,15 +166,16 @@
For a full list of changes, please refer to the changelog sections
for each individual 5.0.x release.
</para>
-
+
<section id="news-5-0-20">
+
<title>&title-news-5-0-20;</title>
<remark role="todo">
[js] Uncomment when there are feature changes to document.
</remark>
-
- <!--
+
+<!--
<para>
Functionality added or changed:
@@ -193,22 +194,33 @@
</listitem>
</itemizedlist>
-->
-
+
<para>
Bugs fixed:
</para>
-
+
<itemizedlist>
-
+
<listitem>
<para>
- <literal>NDB Cluster</literal>: Some query cache statistics were
- not always correctly reported for Cluster tables. (Bug #16795)
+ For <literal>FEDERATED</literal> tables, a
+ <literal>SELECT</literal> statement with an <literal>ORDER
+ BY</literal> clause did not return rows in the proper order.
+ (Bug #17377)
</para>
</listitem>
-
+
<listitem>
<para>
+ The <literal>FORMAT()</literal> function returned an incorrect
+ result when the client's
+ <literal>character_set_connection</literal> value was
+ <literal>utf8</literal>. (Bug #16678)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Updating the value of a Unicode <literal>VARCHAR</literal>
column with the result returned by a stored function would
cause the insertion of ASCII characters into the column
@@ -216,11 +228,11 @@
also declared as Unicode. (Bug #17615)
</para>
</listitem>
+
</itemizedlist>
-
-
- </section>
-
+
+ </section>
+
<section id="news-5-0-19">
<title>&title-news-5-0-19;</title>
@@ -254,7 +266,7 @@
<literal>VARBINARY</literal> types.
</para>
</listitem>
-
+
<listitem>
<para>
The result type of the <literal>GROUP_CONCAT()</literal>
@@ -441,7 +453,7 @@
large <literal>MyISAM</literal> tables. (Bug #11527)
</para>
</listitem>
-
+
<listitem>
<para>
When using the <literal>GROUP_CONCAT()</literal> function
@@ -452,7 +464,7 @@
<literal>VARCHAR</literal>. (Bug #14169)
</para>
</listitem>
-
+
<listitem>
<para>
The length of a <literal>VARCHAR()</literal> column that used
@@ -462,14 +474,14 @@
TABLE</literal> statement to fail. (Bug #13134)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>type_decimal</literal> failed with the prepared
statement protocol. (Bug #17826)
</para>
</listitem>
-
+
<listitem>
<para>
The MySQL server could crash with out of memory errors when
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-03-08 15:38:25 UTC (rev 1531)
+++ trunk/refman-common/news-5.1.xml 2006-03-08 16:36:34 UTC (rev 1532)
@@ -181,9 +181,17 @@
be available in MySQL 5.2 or later.
</para>
</listitem>
-
+
<listitem>
<para>
+ The output from <literal>SHOW CREATE TABLE</literal> is more
+ consistent about using uppercase for keywords. Data types
+ still are in lowercase. (Bug #10460)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The <literal>ExtractValue()</literal> function with
<literal>contains()</literal> now uses the SQL collation in
making comparisons. Perviously, comparisons were always binary
@@ -352,14 +360,30 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ The <literal>EXAMPLE</literal> storage engine did not work
+ on Windows. (Bug #17721)
+ </para>
+ </listitem>
+
<listitem>
<para>
+ For <literal>FEDERATED</literal> tables, a
+ <literal>SELECT</literal> statement with an <literal>ORDER
+ BY</literal> clause did not return rows in the proper order.
+ (Bug #17377)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Setting the <literal>myisam_repair_threads</literal> system
variable to a value larger than 1 could cause corruption of
large <literal>MyISAM</literal> tables. (Bug #11527)
</para>
</listitem>
-
+
<listitem>
<para>
The length of a <literal>VARCHAR()</literal> column that used
@@ -369,7 +393,7 @@
TABLE</literal> statement to fail. (Bug #13134)
</para>
</listitem>
-
+
<listitem>
<para>
The MySQL server could crash with out of memory errors when
@@ -724,7 +748,7 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: An unhandled resources issue
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1532 - in trunk: . refman-5.1 refman-common | paul | 8 Mar |