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 @@
<filename>refman-common</filename> directory.
</remark>
+ <section id="news-5-2-5">
+
+ <title>Changes in release 5.2.5 (Not yet released: Alpha)</title>
+
+ <para role="release-level">
+ This is a new Alpha development release, fixing recently
+ discovered bugs.
+ </para>
+
+ <para role="release-non-production">
+ <emphasis role="bold">NOTE:</emphasis> This Alpha 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>
+ The <literal>LOAD XML INFILE</literal> statement was added.
+ This statement makes it possible to read data directly from
+ XML files into database tables. For more information, see
+ <xref linkend="load-xml"/>.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+<!--
+ <para>
+ Bugs fixed:
+ </para>
+
+ <itemizedlist>
+
+ </itemizedlist>
+-->
+
+ </section>
+
<section id="news-5-2-4">
<title>Changes in release 5.2.4 (Not yet released: Alpha)</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7097 - trunk/refman-5.2 | jon | 12 Jul |