Author: paul
Date: 2005-12-07 21:48:10 +0100 (Wed, 07 Dec 2005)
New Revision: 521
Log:
r4604@frost: paul | 2005-12-07 14:47:14 -0600
Document bugfixes:
Bug#8702
Bug#8768
Bug#8769
Bug#9078
Bug#9572
Bug#12903
Bug#13808
Bug#13705
Bug#13909
Bug#14161
Bug#14188
Bug#15119
Bug#15148
Bug#15392
Modified:
trunk/
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4603
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4604
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2005-12-07 20:47:57 UTC (rev 520)
+++ trunk/refman-common/news-5.0.xml 2005-12-07 20:48:10 UTC (rev 521)
@@ -183,10 +183,19 @@
Bugs fixed:
</para>
- <remark>
- ADD AN ITEMIZED LIST WHEN WE HAVE SOME ITEMS THAT GO HERE
- </remark>
+ <itemizedlist>
+ <listitem>
+ <para>
+ The data types of stored routine parameters and variables were
+ not always being used to control data handling. (Bug #8702,
+ Bug #8768, Bug #8769, Bug #9078, Bug #9572, Bug #12903, Bug
+ #13705, Bug #13808, Bug #13909, Bug #14161, Bug #15148)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
</section>
<section id="news-5-0-17">
@@ -241,10 +250,25 @@
<listitem>
<para>
+ The database-changing code for stored routine handling caused
+ an error-handling problem resulting in a server crash. (Bug
+ #15392)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Selecting from a view processed with the temptable algorithm
+ caused a server crash if the query cache was enabled. (Bug
+ #15119)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>REPAIR TABLES</literal>, <literal>BACKUP
TABLES</literal>, <literal>RESTORE TABLES</literal> within a
- stored routine caused a server crash. These statements now are
- prohibited within stored routines. (Bug #13012)
+ stored procedure caused a server crash. (Bug #13012)
</para>
</listitem>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2005-12-07 20:47:57 UTC (rev 520)
+++ trunk/refman-common/news-5.1.xml 2005-12-07 20:48:10 UTC (rev 521)
@@ -84,6 +84,14 @@
<listitem>
<para>
+ Selecting from a view processed with the temptable algorithm
+ caused a server crash if the query cache was enabled. (Bug
+ #15119)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Creating a view that referenced a stored function that
selected from a view caused a crash upon selection from the
view. (Bug #15096)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r521 - in trunk: . refman-common | paul | 7 Dec |