Author: jstephens
Date: 2006-06-23 08:29:44 +0200 (Fri, 23 Jun 2006)
New Revision: 2482
Log:
Documenting Partitioning bugfixes:
Bug #16000, Bug #19281, Bug #19309
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-23 05:17:43 UTC (rev 2481)
+++ trunk/refman-common/news-5.1.xml 2006-06-23 06:29:44 UTC (rev 2482)
@@ -200,6 +200,35 @@
REPAIR TABLE <replaceable>tbl_name</replaceable> QUICK;
</programlisting>
</listitem>
+
+ <listitem>
+ <para>
+ Multiple calls to a stored procedure that altered a
+ partitioned <literal>MyISAM</literal> table would cause the
+ server to crash. (Bug #19309)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Adding an index to a partitioned table that had been created
+ using <literal>AUTO_INCREMENT =
+ <replaceable>value</replaceable></literal> caused the
+ <literal>AUTO_INCREMENT</literal> value to be reset. (Bug
+ #19281)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A <literal>CREATE TABLE</literal> that produced a
+ <errortext>The PARTITION function returns the wrong
+ type</errortext> error also caused an <errortext>Incorrect
+ information in file</errortext> to be printed to
+ <literal>STDERR</literal>, and a junk file to be left in the
+ database directory. (Bug #16000)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2482 - trunk/refman-common | jon | 23 Jun |