From: Date: June 2 2007 3:19pm Subject: svn commit - mysqldoc@docsrva: r6629 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/27983 Message-Id: <200706021319.l52DJNen023260@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ refman-common directory. +
+ + Changes in release 5.1.20 (Not yet released) + + + + 2. SELECT ONE OF THE FOLLOWING SENTENCES. + + + This is a new Beta development release, fixing recently discovered + bugs. + + + + NOTE: This Beta release, as any + other pre-production release, should not be installed on + production 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 + for more details about the individual bugs fixed in this version. + + + + 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 update + alerts about fixes that are relevant to the version and + features you use, please consider subscribing to MySQL + Network (a commercial MySQL offering). For more details + please see + . + + + + Functionality added or changed: + + + + + + + + + + + + Bugs fixed: + + + + + + + The query 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 yielded inconsistent + results. (Bug #26338) + + + + + + Sending debugging information from a dump of the Event + Scheduler to COM_DEBUG could cause the + server to crash. (Bug #28075) + + + + + + Setting an interval of EVERY 0 SECOND for a + scheduled event caused the server to crash. (Bug #28666) + + + + + +
+
Changes in release 5.1.19 (25 May 2007)