Author: paul
Date: 2006-09-12 22:06:59 +0200 (Tue, 12 Sep 2006)
New Revision: 3335
Log:
r13692@polar: paul | 2006-09-12 15:07:44 -0500
Document bugfixes:
Bug#20411
Bug#20536
Bug#21774
Bug#22238
Modified:
trunk/refman-4.1/news-4.1.xml
trunk/refman-5.0/news-5.0.xml
trunk/refman-5.1/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:13690
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10300
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:13692
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10300
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2006-09-12 20:05:58 UTC (rev 3334)
+++ trunk/refman-4.1/news-4.1.xml 2006-09-12 20:06:59 UTC (rev 3335)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 640 bytes
@@ -200,6 +200,13 @@
<listitem>
<para>
+ Some x86_64 packages mistakenly contained 32-bit servers. (Bug
+ #22238)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
For <literal>TIME_FORMAT()</literal>, the
<literal>%H</literal> and <literal>%k</literal> format
specifiers can return values larger than two digits (if the
Modified: trunk/refman-5.0/news-5.0.xml
===================================================================
--- trunk/refman-5.0/news-5.0.xml 2006-09-12 20:05:58 UTC (rev 3334)
+++ trunk/refman-5.0/news-5.0.xml 2006-09-12 20:06:59 UTC (rev 3335)
Changed blocks: 1, Lines Added: 33, Lines Deleted: 0; 1511 bytes
@@ -369,6 +369,39 @@
<listitem>
<para>
+ Use of <literal>MD5()</literal> with a
<literal>ucs2</literal>
+ character column combined with <literal>GROUP BY</literal>
+ could return different results for <literal>MyISAM</literal>
+ than for <literal>InnoDB</literal>. (Bug #20536)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ For connections that required a <literal>SUBJECT</literal>
+ value, a check was performed to verify that the value was
+ correct, but the connection was not refused if not. (Bug
+ #20411)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Some x86_64 packages mistakenly contained 32-bit servers. (Bug
+ #22238)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>INSERT ... SELECT</literal> sometimes generated a
+ spurious <literal>Column count doesn't match value
+ count</literal> error. (Bug #21774)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
For <literal>TIME_FORMAT()</literal>, the
<literal>%H</literal> and <literal>%k</literal> format
specifiers can return values larger than two digits (if the
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-09-12 20:05:58 UTC (rev 3334)
+++ trunk/refman-5.1/news-5.1.xml 2006-09-12 20:06:59 UTC (rev 3335)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 0; 949 bytes
@@ -648,6 +648,22 @@
<listitem>
<para>
+ For connections that required a <literal>SUBJECT</literal>
+ value, a check was performed to verify that the value was
+ correct, but the connection was not refused if not. (Bug
+ #20411)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Some x86_64 packages mistakenly contained 32-bit servers. (Bug
+ #22238)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
to the client could have an empty column name. When using
tables created under MySQL 4.1 with a 5.0 server, if the
tables contained <literal>VARCHAR</literal> columns, for some
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3335 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 12 Sep |