From: Date: July 12 2007 4:53pm Subject: svn commit - mysqldoc@docsrva: r7097 - trunk/refman-5.2 List-Archive: http://lists.mysql.com/commits/30789 Message-Id: <200707121453.l6CEr3Pp020050@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-07-12 16:53:02 +0200 (Thu, 12 Jul 2007) New Revision: 7097 Log: Added 5.2.5 changelog, LOAD XML INFILE item to same. Modified: trunk/refman-5.2/news-5.2.xml Modified: trunk/refman-5.2/news-5.2.xml =================================================================== --- trunk/refman-5.2/news-5.2.xml 2007-07-12 14:45:12 UTC (rev 7096) +++ trunk/refman-5.2/news-5.2.xml 2007-07-12 14:53:02 UTC (rev 7097) Changed blocks: 1, Lines Added: 61, Lines Deleted: 0; 2396 bytes @@ -30,6 +30,67 @@ refman-common directory. +
+ + Changes in release 5.2.5 (Not yet released: Alpha) + + + This is a new Alpha development release, fixing recently + discovered bugs. + + + + NOTE: This Alpha 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: + + + + + + + The LOAD XML INFILE statement was added. + This statement makes it possible to read data directly from + XML files into database tables. For more information, see + . + + + + + + + +
+
Changes in release 5.2.4 (Not yet released: Alpha)