Author: jstephens
Date: 2007-06-02 15:19:21 +0200 (Sat, 02 Jun 2007)
New Revision: 6629
Log:
Started 5.1.20 changelog
Document Event Scheduler bugfixes: Bug #26338, Bug #28075, Bug #28666
Reformat
Modified:
trunk/refman-5.1/news-5.1.xml
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-06-01 21:42:06 UTC (rev 6628)
+++ trunk/refman-5.1/news-5.1.xml 2007-06-02 13:19:21 UTC (rev 6629)
Changed blocks: 1, Lines Added: 83, Lines Deleted: 0; 3021 bytes
@@ -30,6 +30,89 @@
<filename>refman-common</filename> directory.
</remark>
+ <section id="news-5-1-20">
+
+ <title>Changes in release 5.1.20 (Not yet released)</title>
+
+ <para role="release-level">
+ <remark>
+ 2. SELECT ONE OF THE FOLLOWING SENTENCES.
+ </remark>
+
+ This is a new Beta development release, fixing recently discovered
+ bugs.
+ </para>
+
+ <para role="release-non-production">
+ <emphasis role="bold">NOTE:</emphasis> This Beta release, as any
+ other pre-production release, should not be installed on
+ <emphasis>production</emphasis> level systems or systems with
+ critical data. It is good practice to back up your data before
+ installing any new version of software. Although MySQL has worked
+ very hard to ensure a high level of quality, protect your data by
+ making a backup as you would for any software beta release. Please
+ refer to our bug database at <ulink url="http://bugs.mysql.com/"/>
+ for more details about the individual bugs fixed in this version.
+ </para>
+
+ <para>
+ This section documents all changes and bug fixes that have been
+ applied since the last official MySQL release. If you would like
+ to receive more fine-grained and personalized <emphasis>update
+ alerts</emphasis> about fixes that are relevant to the version and
+ features you use, please consider subscribing to <emphasis>MySQL
+ Network</emphasis> (a commercial MySQL offering). For more details
+ please see
+ <ulink url="http://www.mysql.com/network/advisors.html"/>.
+ </para>
+
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para></para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
+ Bugs fixed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ The query <literal>SELECT /*2*/ user, host, db, info FROM
+ INFORMATION_SCHEMA.PROCESSLIST WHERE (command!='Daemon' ||
+ user='event_scheduler') AND (info IS NULL OR info NOT LIKE
+ '%processlist%') ORDER BY INFO</literal> yielded inconsistent
+ results. (Bug #26338)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Sending debugging information from a dump of the Event
+ Scheduler to <literal>COM_DEBUG</literal> could cause the
+ server to crash. (Bug #28075)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Setting an interval of <literal>EVERY 0 SECOND</literal> for a
+ scheduled event caused the server to crash. (Bug #28666)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </section>
+
<section id="news-5-1-19">
<title>Changes in release 5.1.19 (25 May 2007)</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6629 - trunk/refman-5.1 | jon | 2 Jun |