Author: jstephens
Date: 2006-03-15 11:29:31 +0100 (Wed, 15 Mar 2006)
New Revision: 1586
Log:
Partitioning bugfixes:
Bug #14526, Bug #15961, Bug #17097, Bug #17894
Modified:
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-03-15 08:59:59 UTC (rev 1585)
+++ trunk/refman-common/news-5.1.xml 2006-03-15 10:29:31 UTC (rev 1586)
@@ -416,6 +416,37 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ A query with a <literal>WHERE
<replaceable>date_column</replaceable>
+ > <replaceable>date_value</replaceable></literal>
condition
+ failed on a table partitioned by <literal>RANGE</literal>. (Bug
+ #17894)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A failed <literal>ALTER TABLE ... ADD PRIMARY KEY</literal> on a
+ partitioned table would result in bad table metadata and could
+ possibly crash the server. (Bug #17097)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ No error was reported when subpartitions were defined for a
+ non-subpartitioned table. (Bug #15961)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Searches on indexed columns of partitioned tables failed to find all
+ matching rows following updates of the indexed columns. (Bug #14526)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1586 - trunk/refman-common | jon | 15 Mar |