Author: jstephens
Date: 2006-06-15 13:37:19 +0200 (Thu, 15 Jun 2006)
New Revision: 2393
Log:
Documenting Partitioning bugfixes:
Bug #16002, Bug #19801/Bug #20268
Modified:
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-06-15 11:01:45 UTC (rev 2392)
+++ trunk/refman-common/news-5.1.xml 2006-06-15 11:37:19 UTC (rev 2393)
@@ -170,6 +170,24 @@
<listitem>
<para>
+ Defining a table partitioned by <literal>LIST</literal> with a
+ single <literal>PARTITION ... VALUES IN (NULL)</literal>
+ clause could lead to server crashes, particularly with queries
+ having <literal>WHERE</literal> conditions comparing the
+ partitioning key with a constant. (Bug #19801 / Bug #20268)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Values greater than 2 gigabytes used in the VALUES LESS THAN
+ clause of a table partitioned by RANGE were treated as
+ negative numbers. (Bug #16002)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>NDB Cluster</literal>: Renaming of table columns was
not supported as fast a <literal>ALTER TABLE</literal> for NDB
tables. (Bug #20456)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2393 - trunk/refman-common | jon | 15 Jun |