Author: paul
Date: 2006-11-10 21:56:43 +0100 (Fri, 10 Nov 2006)
New Revision: 3915
Log:
r15596@polar: paul | 2006-11-10 14:55:26 -0600
Document bugfixes:
Bug#9191
Bug#17194
Bug#17583
Bug#23254
Bug#23981
Modified:
trunk/refman-4.1/news-4.1.xml
trunk/refman-5.0/releasenotes-es-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:15591
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11936
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11757
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15596
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11936
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11757
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2006-11-10 20:13:46 UTC (rev 3914)
+++ trunk/refman-4.1/news-4.1.xml 2006-11-10 20:56:43 UTC (rev 3915)
Changed blocks: 2, Lines Added: 31, Lines Deleted: 0; 1626 bytes
@@ -167,6 +167,29 @@
<listitem>
<para>
+ If <literal>COMPRESS()</literal> returned
+ <literal>NULL</literal>, subsequent invocations of
+ <literal>COMPRESS()</literal> within a result set or within a
+ trigger also returned <literal>NULL</literal>. (Bug #23254)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>mysql</command> would lose its connection to the
+ server if its standard output was not writable. (Bug #17583)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>mysql-test-run</command> did not work correctly for
+ RPM-based installations. (Bug #17194)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The return value from <literal>my_seek()</literal> was
ignored. (Bug #22828)
</para>
@@ -248,6 +271,14 @@
<listitem>
<para>
+ <literal>FROM_UNIXTIME()</literal> did not accept arguments up
+ to <literal>POWER(2,31)-1</literal>, which it had previously.
+ (Bug #9191)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Deleting entries from a large <literal>MyISAM</literal> index
could cause index corruption when it needed to shrink. Deletes
from an index can happen when a record is deleted, when a key
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2006-11-10 20:13:46 UTC (rev 3914)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2006-11-10 20:56:43 UTC (rev 3915)
Changed blocks: 1, Lines Added: 37, Lines Deleted: 0; 1732 bytes
@@ -381,11 +381,48 @@
<literal>NDB Cluster</literal>: Restoring a cluster failed if
there were any tables with 128 or more columns. (Bug #23502)
</para>
+ </listitem>
+ <listitem>
+ <para>
+ <literal>FROM_UNIXTIME()</literal> did not accept arguments up
+ to <literal>POWER(2,31)-1</literal>, which it had previously.
+ (Bug #9191)
+ </para>
</listitem>
<listitem>
<para>
+ Some yaSSL-related memory leaks detected by Valgrind were
+ fixed. (Bug #23981)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ If <literal>COMPRESS()</literal> returned
+ <literal>NULL</literal>, subsequent invocations of
+ <literal>COMPRESS()</literal> within a result set or within a
+ trigger also returned <literal>NULL</literal>. (Bug #23254)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>mysql</command> would lose its connection to the
+ server if its standard output was not writable. (Bug #17583)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>mysql-test-run</command> did not work correctly for
+ RPM-based installations. (Bug #17194)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The return value from <literal>my_seek()</literal> was
ignored. (Bug #22828)
</para>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-11-10 20:13:46 UTC (rev 3914)
+++ trunk/refman-5.1/news-5.1.xml 2006-11-10 20:56:43 UTC (rev 3915)
Changed blocks: 1, Lines Added: 38, Lines Deleted: 0; 1521 bytes
@@ -107,6 +107,44 @@
<listitem>
<para>
+ <literal>FROM_UNIXTIME()</literal> did not accept arguments up
+ to <literal>POWER(2,31)-1</literal>, which it had previously.
+ (Bug #9191)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Some yaSSL-related memory leaks detected by Valgrind were
+ fixed. (Bug #23981)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ If <literal>COMPRESS()</literal> returned
+ <literal>NULL</literal>, subsequent invocations of
+ <literal>COMPRESS()</literal> within a result set or within a
+ trigger also returned <literal>NULL</literal>. (Bug #23254)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>mysql</command> would lose its connection to the
+ server if its standard output was not writable. (Bug #17583)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>mysql-test-run</command> did not work correctly for
+ RPM-based installations. (Bug #17194)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The return value from <literal>my_seek()</literal> was
ignored. (Bug #22828)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3915 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 10 Nov |