Author: jstephens
Date: 2005-12-28 15:33:47 +0100 (Wed, 28 Dec 2005)
New Revision: 632
Log:
Documented fix for Bug #15819 (Partitioning).
Added new 5.1.5 News section and title.
Modified:
trunk/refman-common/news-5.1.xml
trunk/refman-common/titles.en.ent
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2005-12-27 18:20:45 UTC (rev 631)
+++ trunk/refman-common/news-5.1.xml 2005-12-28 14:33:47 UTC (rev 632)
@@ -36,7 +36,51 @@
For a full list of changes, please refer to the changelog sections
for each individual 5.1.x release.
</para>
+
+ <section id="news-5-1-5">
+ <title>&title-news-5-1-5;</title>
+ <remark role="note">
+ References to bug numbers should be written after the sentence
+ describing the bugfix, like this: This sentence describes the fix.
+ (Bug #nnnn) It is not necessary to to state that the bug was
+ fixed, since "Bugs fixed" already implies this. Use the past tense
+ in describing the bug.
+ </remark>
+
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para> </para>
+ </listitem>
+ </itemizedlist>
+
+ <para>
+ Bugs fixed:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ Attempting to insert into a table partitioned by
+ <literal>LIST</literal> a value less than any specified in one
+ of the table's partition definitions resulted in a server
+ crash. In such cases, <command>mysqld</command> now returns
+ <errortext>ERROR 1500 (HY000): Table has no partition for
+ value <replaceable>v</replaceable></errortext>, where
+ <replaceable>v</replaceable> is the out-of-range value. (Bug
+ #15819)
+ </para>
+ </listitem>
+ </itemizedlist>
+
+
+ </section>
+
+
<section id="news-5-1-4">
<title>&title-news-5-1-4;</title>
Modified: trunk/refman-common/titles.en.ent
===================================================================
--- trunk/refman-common/titles.en.ent 2005-12-27 18:20:45 UTC (rev 631)
+++ trunk/refman-common/titles.en.ent 2005-12-28 14:33:47 UTC (rev 632)
@@ -1250,6 +1250,7 @@
<!ENTITY title-news-5-1-2 "Changes in release 5.1.2 (Not released)">
<!ENTITY title-news-5-1-3 "Changes in release 5.1.3 (29 November 2005)">
<!ENTITY title-news-5-1-4 "Changes in release 5.1.4 (21 December 2005)">
+<!ENTITY title-news-5-1-5 "Changes in release 5.1.5 (Not yet released)">
<!ENTITY title-news-5-1-x "Changes in release 5.1.x (Development)">
<!ENTITY title-no-matching-rows "Solving Problems with No Matching Rows">
<!ENTITY title-nocursor "What Causes <literal>Cursor not found</literal> Errors?">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r632 - trunk/refman-common | jon | 28 Dec |