From: jon
Date: December 28 2005 2:33pm
Subject: svn commit - mysqldoc@docsrva: r632 - trunk/refman-common
List-Archive: http://lists.mysql.com/commits/443
Message-Id: <200512281433.jBSEXm3b022919@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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.
+
+
+ &title-news-5-1-5;
+
+ 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.
+
+
+
+ Functionality added or changed:
+
+
+
+
+
+
+
+
+
+ Bugs fixed:
+
+
+
+
+
+ Attempting to insert into a table partitioned by
+ LIST a value less than any specified in one
+ of the table's partition definitions resulted in a server
+ crash. In such cases, mysqld now returns
+ ERROR 1500 (HY000): Table has no partition for
+ value v, where
+ v is the out-of-range value. (Bug
+ #15819)
+
+
+
+
+
+
+
+
&title-news-5-1-4;
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 @@
+
Cursor not found Errors?">