List:Commits« Previous MessageNext Message »
From:jon Date:August 18 2006 3:03am
Subject:svn commit - mysqldoc@docsrva: r3048 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-08-18 03:03:18 +0200 (Fri, 18 Aug 2006)
New Revision: 3048

Log:
Documenting fix in 5.0.25 for Bug #14770.

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


Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-08-17 17:03:22 UTC (rev 3047)
+++ trunk/refman-common/news-5.0.xml	2006-08-18 01:03:18 UTC (rev 3048)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 843 bytes

@@ -318,6 +318,16 @@
       
       <listitem>
         <para>
+          When setting a column to its implicit default value as the
+          result of inserting a <literal>NULL</literal> into a
+          <literal>NOT NULL</literal> column as part of a multi-row
+          insert or <literal>LOAD DATA</literal> operation, the server
+          returned a misleading warning message. (Bug #14770)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           <literal>DECIMAL</literal> columns were handled incorrectly in
           two respects (Bug #16172): 
         </para>


Thread
svn commit - mysqldoc@docsrva: r3048 - trunk/refman-commonjon18 Aug