Author: paul
Date: 2007-05-27 18:36:57 +0200 (Sun, 27 May 2007)
New Revision: 6592
Log:
r20661@frost: paul | 2007-05-27 18:36:52 +0200
Documented bugfixes:
Bug#27415
Bug#28240
Bug#28358
Modified:
trunk/refman-5.0/installing-cs.xml
trunk/refman-5.0/releasenotes-es-5.0.xml
trunk/refman-5.1/installing.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:25319
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20659
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:25213
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20661
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229
Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml 2007-05-27 13:58:02 UTC (rev 6591)
+++ trunk/refman-5.0/installing-cs.xml 2007-05-27 16:36:57 UTC (rev 6592)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 758 bytes
@@ -7640,7 +7640,7 @@
<para>
You need GNU <command>make</command>,
<command>autoconf</command> 2.58 (or newer),
- <command>automake</command> 1.8,
<command>libtool</command>
+ <command>automake</command> 1.8.1,
<command>libtool</command>
1.5, and <command>m4</command> to run the next set of
commands. Even though many operating systems come with their
own implementation of <command>make</command>, chances are
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-05-27 13:58:02 UTC (rev 6591)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-05-27 16:36:57 UTC (rev 6592)
Changed blocks: 1, Lines Added: 24, Lines Deleted: 0; 1163 bytes
@@ -83,6 +83,30 @@
<listitem>
<para>
+ <literal>libmysql.dll</literal> could not be dynamically
+ loaded on Windows. (Bug #28358)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Portability problems caused by use of
+ <literal>isinf()</literal> were corrected. (Bug #28239)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Using a <literal>TEXT</literal> local variable in a stored
+ routine in an expression such as <literal>SET
+ <replaceable>var</replaceable> =
+ SUBSTRING(<replaceable>var</replaceable>, 3)</literal>
+ produced an incorrect result. (Bug #27415)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
A large filesort could result in a division by zero error and
a server crash. (Bug #27119)
</para>
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2007-05-27 13:58:02 UTC (rev 6591)
+++ trunk/refman-5.1/installing.xml 2007-05-27 16:36:57 UTC (rev 6592)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 749 bytes
@@ -8477,7 +8477,7 @@
<para>
You need GNU <command>make</command>,
<command>autoconf</command> 2.58 (or newer),
- <command>automake</command> 1.8,
<command>libtool</command>
+ <command>automake</command> 1.8.1,
<command>libtool</command>
1.5, and <command>m4</command> to run the next set of
commands. Even though many operating systems come with their
own implementation of <command>make</command>, chances are
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-05-27 13:58:02 UTC (rev 6591)
+++ trunk/refman-5.1/news-5.1.xml 2007-05-27 16:36:57 UTC (rev 6592)
Changed blocks: 1, Lines Added: 24, Lines Deleted: 0; 1132 bytes
@@ -193,6 +193,30 @@
<listitem>
<para>
+ <literal>libmysql.dll</literal> could not be dynamically
+ loaded on Windows. (Bug #28358)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Portability problems caused by use of
+ <literal>isinf()</literal> were corrected. (Bug #28239)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Using a <literal>TEXT</literal> local variable in a stored
+ routine in an expression such as <literal>SET
+ <replaceable>var</replaceable> =
+ SUBSTRING(<replaceable>var</replaceable>, 3)</literal>
+ produced an incorrect result. (Bug #27415)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
A large filesort could result in a division by zero error and
a server crash. (Bug #27119)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6592 - in trunk: . refman-5.0 refman-5.1 | paul | 27 May |