Author: jstephens
Date: 2007-03-01 05:50:57 +0100 (Thu, 01 Mar 2007)
New Revision: 5123
Log:
Started 5.1.17 changelog.
Documented fix for Bug #26117 (Partitioning).
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-02-28 21:27:19 UTC (rev 5122)
+++ trunk/refman-5.1/news-5.1.xml 2007-03-01 04:50:57 UTC (rev 5123)
Changed blocks: 1, Lines Added: 72, Lines Deleted: 0; 2884 bytes
@@ -35,7 +35,79 @@
<filename>TEMPLATE.news.xml</filename> template in the
<filename>refman-common</filename> directory.
</remark>
+
+ <section id="news-5-1-17">
+
+ <title>Changes in release 5.1.17 (Not yet released)</title>
+
+ <para role="release-level">
+ 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>
+
+ <remark role="TODO">
+ [js] Uncomment following when there are functionality changes or
+ additions to document.
+ </remark>
+
+<!--
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para></para>
+ </listitem>
+
+ </itemizedlist>
+-->
+ <para>
+ Bugs fixed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ A query of type <literal>index_merge</literal>, and with a
+ <literal>WHERE</literal> clause having the form <literal>WHERE
+ <replaceable>indexed_column_1</replaceable>=<replaceable>value_1</replaceable>
+ OR <replaceable>indexed_column_2</replaceable>=<replaceable>value_2</replaceable></literal>
+ on a partitioned table caused the server to crash. (Bug #26117)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </section>
+
<section id="news-5-1-16">
<title>Changes in release 5.1.16 (26 February 2007)</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5123 - trunk/refman-5.1 | jon | 1 Mar |