Closed
Bug 88621
Opened 24 years ago
Closed 24 years ago
Inconsistent db column size for storing version (version & bug table)
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
People
(Reporter: chagner, Assigned: justdave)
Details
An admin created a version with > 16 chars. This is okay, since the version
table's version field is tinytext(64 char). However, the version column in the
bug table is only 16 chars. Thus, when entering a bug for this version, only 16
chars get stored in the db.
Well, the real problem occurs when pulling up the same bug later. The page
shown basically says something has gone wrong and to contact your bugzilla adin.
Now, the sanity report does show the inconsistency, but the only way to resolve
it (without modifying the code) is to log in to mysql and issue an update to
reset the bug's version value to one that is actually <= 16 chars.
Please let me know if any of this seems fishy. To the best of my knowledge, we
are running a stock 2.12 system, thus my desire to report this issue to you.
Thanks. Bugzilla is king.
| Reporter | ||
Updated•24 years ago
|
OS: Windows 2000 → Linux
| Assignee | ||
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 9352 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 2•24 years ago
|
||
Bug 9352 is already fixed, btw. This will be in the 2.14 release, or you can
update from cvs if you want it now.
| Assignee | ||
Comment 3•24 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: tara → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: Bugzilla 2.12 → unspecified
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
•