From: jon Date: November 17 2006 4:19pm Subject: svn commit - mysqldoc@docsrva: r3969 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/15512 Message-Id: <200611171619.kAHGJSfJ003498@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2006-11-17 17:19:27 +0100 (Fri, 17 Nov 2006) New Revision: 3969 Log: Documented fix for Bug#22823 (XML/ExtractValue) Added news-5-1-14 section, assuming beta level release for now 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 2006-11-17 16:08:34 UTC (rev 3968) +++ trunk/refman-5.1/news-5.1.xml 2006-11-17 16:19:27 UTC (rev 3969) Changed blocks: 3, Lines Added: 85, Lines Deleted: 4; 3888 bytes @@ -34,6 +34,87 @@ refman-common directory. +
+ + Changes in release 5.1.14 (Not yet released) + + + This is a new Beta development release, fixing recently discovered + bugs. + + + + + 3. REMOVE WHOLE PARAGRAPH IF THIS IS A PRODUCTION RELEASE. + + + 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. + + + + + 5. REMOVE WHOLE PARAGRAPH IF THERE IS NOTHING SPECIAL TO + ANNOUNCE. + + + + + 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 + . + + + + Uncomment the following when there are feature additins or changes + to report. + + + + + + Bugs fixed: + + + + + + + The XPath operators < and + >, as implemented in the + ExtractValue() function, operated in + reverse. (Bug #22823) + + + + + +
+
Changes in release 5.1.13 (Not yet released) @@ -1158,13 +1239,13 @@ be specified for processing binary log files. (Bug #18351) - + NDB Cluster: The HELP command in the Cluster management client now provides command-specific help. For example, HELP - RESTART in ndb_mgm provides + RESTART in ndb_mgm provides detailed information about the START command. (Bug #19620) @@ -2648,14 +2729,14 @@ to crash. (Bug #21210) - + NDB Cluster: Data nodes added while the cluster was running in single user mode were all assigned node ID 0, which could later cause multiple node failures. Adding of nodes in single user mode is no longer possible. (Bug - #20395) + #20395)