Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94173 - Accepting changes after a mid-air collision fails when both changes were to resolve as a duplicate
Summary: Accepting changes after a mid-air collision fails when both changes were to r...
Status: RESOLVED LATER
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Jeffrey Forman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-27 05:51 UTC by Jason Stubbs (RETIRED)
Modified: 2011-10-30 23:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Stubbs (RETIRED) gentoo-dev 2005-05-27 05:51:35 UTC
Software error:  
DBD::mysql::st execute failed: Duplicate entry '94166' for key 1 [for  
Statement "INSERT INTO duplicates VALUES (63400, 94166)"] at Bugzilla/DB.pm  
line 62  
        Bugzilla::DB::SendSQL('INSERT INTO duplicates VALUES (63400, 94166)')  
called at /var/www/bugs.gentoo.org/htdocs/process_bug.cgi line 1744  
  
  
Bug #94166 was where it happened. Mike and myself both resolved the bug as a 
duplicate at the same time and on the same bug number. Judging by the above 
error, his change won even though the text says that accepting will "overwrite 
all changes except for comments". This should be fixable without damaging 
anything else by replacing INSERT with REPLACE in the SQL above. 

Reproducible: Always
Steps to Reproduce:
Comment 1 Jeffrey Forman (RETIRED) gentoo-dev 2005-06-23 07:49:55 UTC
I will ask the bugzilla developers and try to get back to you.

-Jeff