Author: mhillyer
Date: 2006-02-07 01:09:28 +0100 (Tue, 07 Feb 2006)
New Revision: 1222
Log:
Document bugfixes: 16873,16621,16568,16303
Modified:
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
trunk/refman-common/titles.en.ent
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-02-06 19:19:28 UTC (rev 1221)
+++ trunk/refman-common/news-5.0.xml 2006-02-07 00:09:28 UTC (rev 1222)
@@ -294,6 +294,29 @@
<listitem>
<para>
+ An invalid stored routine could not be dropped. (Bug #16303)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ When evaluation of the test in a <literal>CASE</literal>
+ failed in a stored procedure that contained a
+ <literal>CONTINUE</literal> handler, execution resumed at the
+ beginning of the CASE statement instead of at the end. (Bug
+ #16568)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ An <literal>INSERT</literal> statement in a stored procedure
+ corrupted the binary log. (Bug #16621)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
When MyODBC or any other client called
<function>my_init()</function>/<function>my_end()</function>
several times, it caused corruption of charset data stored in
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-02-06 19:19:28 UTC (rev 1221)
+++ trunk/refman-common/news-5.1.xml 2006-02-07 00:09:28 UTC (rev 1222)
@@ -49,6 +49,41 @@
for each individual 5.1.x release.
</para>
+ <section id="news-5-1-7">
+
+ <title>&title-news-5-1-7;</title>
+
+ <remark role="note">
+ References to bug numbers should be written after the sentence
+ describing the bugfix, like this: This sentence describes the fix.
+ (Bug #nnnn) It is not necessary to state that the bug was fixed,
+ since "Bugs fixed" already implies this. Use the past tense in
+ describing the bug.
+ </remark>
+
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Status messages added to NDB restore to allow users to know
+ that DD data files are being created. (Bug #16873)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
+ Bugs fixed:
+ </para>
+
+<!-- ADD AN ITEMIZED LIST HERE WHEN BUGS GET FIXED -->
+
+ </section>
+
<section id="news-5-1-6">
<title>&title-news-5-1-6;</title>
@@ -249,6 +284,13 @@
<listitem>
<para>
+ An <literal>INSERT</literal> statement in a stored procedure
+ corrupted the binary log. (Bug #16621)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>MYSQL_OPT_RECONNECT</literal> option was modified by
calls to the <function>mysql_real_connect()</function>
function. (Bug #15719)
Modified: trunk/refman-common/titles.en.ent
===================================================================
--- trunk/refman-common/titles.en.ent 2006-02-06 19:19:28 UTC (rev 1221)
+++ trunk/refman-common/titles.en.ent 2006-02-07 00:09:28 UTC (rev 1222)
@@ -1255,6 +1255,7 @@
<!ENTITY title-news-5-1-4 "Changes in release 5.1.4 (21 December 2005)">
<!ENTITY title-news-5-1-5 "Changes in release 5.1.5 (10 January 2006)">
<!ENTITY title-news-5-1-6 "Changes in release 5.1.6 (Not yet released)">
+<!ENTITY title-news-5-1-7 "Changes in release 5.1.7 (Not yet released)">
<!ENTITY title-news-5-1-x "Changes in release 5.1.x (Development)">
<!ENTITY title-no-matching-rows "Solving Problems with No Matching Rows">
<!ENTITY title-nocursor "What Causes <literal>Cursor not found</literal> Errors?">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1222 - trunk/refman-common | mhillyer | 7 Feb |