Bug #4546 INSERT DELAYED "duplicate key" error not reported in .err log
Submitted: 14 Jul 2004 13:54 Modified: 15 Aug 2004 21:33
Reporter: Alexander Keremidarski Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S2 (Serious)
Version:4.0.20 OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[14 Jul 2004 13:54] Alexander Keremidarski
Description:
The synopsis says it all.

How to repeat:
Install MySQL 4.0.20 by default (without my.cnf)

CREATE TABLE test (id int PRIMARY KEY);
INSERT DELAYED INTO test VALUES(1), (1);

check error log ro see if there is coresponding error there.
[15 Jul 2004 21:33] Sergei Golubchik
Why should it ?
I didn't found it in the manual
[14 Feb 2005 22:54] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".