Closed
Bug 191745
Opened 23 years ago
Closed 23 years ago
The versions table accepts duplicate entries
Categories
(Bugzilla :: Administration, task)
Tracking
()
People
(Reporter: ramon.guiu, Assigned: justdave)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
We can add duplicate entries in the versions MySQL table of Bugzilla when not
using the Bugzilla interface to edit them. It seems to be a "software check" to
detect if the version already exists.
I think you should add a unique(value,program) line in the checksetup.pl script
when creating the versions table to avoid it. It will avoid problems when
automating things to add versions in the table.
Reproducible: Always
Steps to Reproduce:
1.Connect to MySQL bugs database directly, i.e. with a mysql client.
2.Add twice the same entry.
| Reporter | ||
Comment 1•23 years ago
|
||
Steps to Reproduce:
1.Connect to MySQL bugs database directly, i.e. with a mysql client.
2.Add twice the same entry in the versions table.
Summary: The versions table accepts duplicate entries → The versions table accepts duplicate entries
| Assignee | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 7233 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•