List:Commits« Previous MessageNext Message »
From:jon Date:February 2 2006 2:33pm
Subject:svn commit - mysqldoc@docsrva: r1183 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-02-02 15:33:24 +0100 (Thu, 02 Feb 2006)
New Revision: 1183

Log:


Documented fix for partitioning bug (#14524). (Thanks, Reggie!)



Modified:
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-02-02 14:17:48 UTC (rev 1182)
+++ trunk/refman-common/news-5.1.xml	2006-02-02 14:33:24 UTC (rev 1183)
@@ -248,6 +248,14 @@
       
       <listitem>
         <para>
+          Attempting to insert data into a partitioned table that used
+          the <literal>BLACKHOLE</literal> storage engine caused
+          <command>mysqld</command> to crash. (Bug #14524)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           Using <literal>RANGE</literal> partitioning with a
           <literal>CASE</literal> statement as the partitioning function          
           would cause records to be placed in the wrong partition. (Bug

Thread
svn commit - mysqldoc@docsrva: r1183 - trunk/refman-commonjon2 Feb