Author: paul
Date: 2006-10-04 04:55:47 +0200 (Wed, 04 Oct 2006)
New Revision: 3538
Log:
r10111@frost: paul | 2006-10-03 21:53:18 -0500
Document bugfixes:
Bug#12991
Bug#16282
Bug#19738
Bug#21311
Bug#22224
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:14161
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10110
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14161
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10111
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2006-10-04 02:55:10 UTC (rev 3537)
+++ trunk/refman-4.1/news-4.1.xml 2006-10-04 02:55:47 UTC (rev 3538)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 0; 856 bytes
@@ -209,6 +209,19 @@
<listitem>
<para>
+ Parallel builds occasionally failed on Solaris. (Bug #16282)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The source distribution failed to compile when configured with
+ the <option>--without-geometry</option> option. (Bug #12991)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The server returns a more informative error message when it
attempts to open a <literal>MERGE</literal> table that has
been defined to use non-<literal>MyISAM</literal> tables. (Bug
Modified: trunk/refman-5.0/news-5.0.xml
===================================================================
--- trunk/refman-5.0/news-5.0.xml 2006-10-04 02:55:10 UTC (rev 3537)
+++ trunk/refman-5.0/news-5.0.xml 2006-10-04 02:55:47 UTC (rev 3538)
Changed blocks: 5, Lines Added: 32, Lines Deleted: 1; 2089 bytes
@@ -187,6 +187,7 @@
<ulink url="http://www.mysql.com/network/advisors.html"/>.
</para>
+<!--
<para>
Functionality added or changed:
</para>
@@ -198,6 +199,7 @@
</listitem>
</itemizedlist>
+-->
<para>
Bugs fixed:
@@ -206,7 +208,11 @@
<itemizedlist>
<listitem>
- <para></para>
+ <para>
+ It was possible for a stored routine with a
+ non-<literal>latin1</literal> name to cause a stack overrun.
+ (Bug #21311)
+ </para>
</listitem>
</itemizedlist>
@@ -284,6 +290,24 @@
<listitem>
<para>
+ <command>make install</command> tried to build files that
+ should already have been built by <command>make all</command>,
+ causing a failure if installation was performed using a
+ different account than the one used for the initial build.
+ (Bug #19738)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The source distribution would not build on Windows due to a
+ spurious dependency on <filename>ib_config.h</filename>. (Bug
+ #22224)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The server returns a more informative error message when it
attempts to open a <literal>MERGE</literal> table that has
been defined to use non-<literal>MyISAM</literal> tables. (Bug
@@ -345,6 +369,13 @@
<listitem>
<para>
The source distribution failed to compile when configured with
+ the <option>--without-geometry</option> option. (Bug #12991)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The source distribution failed to compile when configured with
the <option>--with-libwrap</option> option. (Bug #18246)
</para>
</listitem>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-10-04 02:55:10 UTC (rev 3537)
+++ trunk/refman-5.1/news-5.1.xml 2006-10-04 02:55:47 UTC (rev 3538)
Changed blocks: 2, Lines Added: 33, Lines Deleted: 0; 1752 bytes
@@ -788,6 +788,32 @@
<listitem>
<para>
+ <command>make install</command> tried to build files that
+ should already have been built by <command>make all</command>,
+ causing a failure if installation was performed using a
+ different account than the one used for the initial build.
+ (Bug #19738)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The source distribution would not build on Windows due to a
+ spurious dependency on <filename>ib_config.h</filename>. (Bug
+ #22224)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ It was possible for a stored routine with a
+ non-<literal>latin1</literal> name to cause a stack overrun.
+ (Bug #21311)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The server returns a more informative error message when it
attempts to open a <literal>MERGE</literal> table that has
been defined to use non-<literal>MyISAM</literal> tables. (Bug
@@ -852,6 +878,13 @@
<listitem>
<para>
The source distribution failed to compile when configured with
+ the <option>--without-geometry</option> option. (Bug #12991)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The source distribution failed to compile when configured with
the <option>--with-libwrap</option> option. (Bug #18246)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3538 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 4 Oct |