Author: paul
Date: 2007-07-22 20:26:55 +0200 (Sun, 22 Jul 2007)
New Revision: 7172
Log:
r22905@frost: paul | 2007-07-22 13:26:42 -0500
Document bugfixes:
Bug#19328
Bug#20815
Bug#21023
Bug#22819
Bug#25486
Bug#27294
Bug#28138
Bug#28551
Bug#29687
Modified:
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:27800
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22889
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27800
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22905
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-07-21 22:41:16 UTC (rev 7171)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-07-22 18:26:55 UTC (rev 7172)
Changed blocks: 1, Lines Added: 54, Lines Deleted: 0; 1995 bytes
@@ -83,6 +83,60 @@
<listitem>
<para>
+ If a stored procedure was created and invoked prior to
+ selecting a default database with <literal>USE</literal>, a
+ <errortext>No database selected</errortext> error occurred.
+ (Bug #28551)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Indexing column prefixes in <literal>InnoDB</literal> tables
+ could cause table corruption. (Bug #28138)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>INSERT INTO ... SELECT</literal> caused a crash if
+ <literal>innodb_locks_unsafe_for_binlog</literal> was enabled.
+ (Bug #27294)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>SHOW INNODB STATUS</literal> caused an assertion
+ failure under high load. (Bug #22819)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ On Windows, the server would allow a maximum of fewer than 200
+ connections. (Bug #20815)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <literal>mysql_stmt_store_result()</literal> C API
+ function caused a memory leak for empty result sets. (Bug
+ #29687)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>mysql-stress-test.pl</command> and
+ <command>mysqld_multi.server.sh</command> were missing from
+ some binary distributions. (Bug #21023, Bug #25486)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>ALTER DATABASE</literal> did not require at least one
option. (Bug #25859)
</para>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-07-21 22:41:16 UTC (rev 7171)
+++ trunk/refman-5.1/news-5.1.xml 2007-07-22 18:26:55 UTC (rev 7172)
Changed blocks: 1, Lines Added: 62, Lines Deleted: 0; 2267 bytes
@@ -167,6 +167,68 @@
<listitem>
<para>
+ If a stored procedure was created and invoked prior to
+ selecting a default database with <literal>USE</literal>, a
+ <errortext>No database selected</errortext> error occurred.
+ (Bug #28551)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Indexing column prefixes in <literal>InnoDB</literal> tables
+ could cause table corruption. (Bug #28138)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>INSERT INTO ... SELECT</literal> caused a crash if
+ <literal>innodb_locks_unsafe_for_binlog</literal> was enabled.
+ (Bug #27294)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>SHOW INNODB STATUS</literal> caused an assertion
+ failure under high load. (Bug #22819)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ On Windows, the server would allow a maximum of fewer than 200
+ connections. (Bug #20815)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ If a slave timed out while registering with the master to
+ which it was connecting, auto-reconnect failed thereafter.
+ (Bug #19328)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <literal>mysql_stmt_store_result()</literal> C API
+ function caused a memory leak for empty result sets. (Bug
+ #29687)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>mysql-stress-test.pl</command> and
+ <command>mysqld_multi.server.sh</command> were missing from
+ some binary distributions. (Bug #21023, Bug #25486)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>SELECT ... INTO OUTFILE</literal> followed by
<literal>LOAD DATA</literal> could result in garbled
characters when the <literal>FIELDS ENCLOSED BY</literal>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7172 - in trunk: . refman-5.0 refman-5.1 | paul | 24 Jul |