From: Date: August 7 2007 8:58am
Subject: svn commit - mysqldoc@docsrva: r7356 - trunk/falcon
List-Archive: http://lists.mysql.com/commits/32179
Message-Id: <200708070658.l776wRiq027635@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: mcbrown
Date: 2007-08-07 08:58:26 +0200 (Tue, 07 Aug 2007)
New Revision: 7356
Log:
Documenting Dev Bugs:
Bug #29240
Bug #29660
Modified:
trunk/falcon/news-falcon.xml
Modified: trunk/falcon/news-falcon.xml
===================================================================
--- trunk/falcon/news-falcon.xml 2007-08-07 04:49:01 UTC (rev 7355)
+++ trunk/falcon/news-falcon.xml 2007-08-07 06:58:26 UTC (rev 7356)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 818 bytes
@@ -59,6 +59,15 @@
+ Falcon could occasionally report a problem with a duplicate
+ key error during INSERT when inserting the
+ same data into a unique column on two or more connections
+ simultaneously. (Bug #29240)
+
+
+
+
+
For debug builds, the server crashed when inserting a negated
DECIMAL value of maximum precision (65
digits), such as for INSERT INTO ... SELECT -col_val