Author: paul
Date: 2007-04-06 20:09:36 +0200 (Fri, 06 Apr 2007)
New Revision: 5766
Log:
r22987@polar: paul | 2007-04-06 13:09:25 -0500
Document bugfixes:
Bug#26835
Bug#26922
Bug#27022
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:22985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18697
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:22987
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18697
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-04-06 17:02:32 UTC (rev 5765)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-04-06 18:09:36 UTC (rev 5766)
Changed blocks: 1, Lines Added: 18, Lines Deleted: 0; 1114 bytes
@@ -223,6 +223,24 @@
<listitem>
<para>
+ <command>mysql_install_db</command> could terminate with an
+ error after failing to determine that a system table already
+ existed. (Bug #27022)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ For <literal>InnoDB</literal> tables having a clustered index
+ that began with a <literal>CHAR</literal> or
+ <literal>VARCHAR</literal> column, deleting a record and then
+ inserting another before the deleted record was purged could
+ result in table corruption. (Bug #26835)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Selecting the result of <literal>AVG()</literal> within a
<literal>UNION</literal> could produce incorrect values. (Bug
#24791)
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-04-06 17:02:32 UTC (rev 5765)
+++ trunk/refman-5.1/news-5.1.xml 2007-04-06 18:09:36 UTC (rev 5766)
Changed blocks: 1, Lines Added: 25, Lines Deleted: 0; 1256 bytes
@@ -152,6 +152,31 @@
<listitem>
<para>
+ <command>mysql_install_db</command> could terminate with an
+ error after failing to determine that a system table already
+ existed. (Bug #27022)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ For <literal>InnoDB</literal> tables having a clustered index
+ that began with a <literal>CHAR</literal> or
+ <literal>VARCHAR</literal> column, deleting a record and then
+ inserting another before the deleted record was purged could
+ result in table corruption. (Bug #26835)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>make_win_bin_dist</command> neglected to copy some
+ required <literal>MyISAM</literal> table files. (Bug #26922)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Fixed a possible buffer overflow in <literal>SHOW PROCEDURE
CODE</literal>. (Bug #26303)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5766 - in trunk: . refman-5.0 refman-5.1 | paul | 6 Apr |