Closed
Bug 960883
Opened 11 years ago
Closed 11 years ago
backport bug 960748 to bmo/4.2 to fix issue with queries involving comment tags crashing
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
References
()
Details
+++ This bug was initially created as a clone of Bug #960748 +++
This query makes Bugzilla to crash:
https://bugzilla.mozilla.org/buglist.cgi?f1=comment_tag&o1=equals&v1=foo
"DBD::mysql::db selectcol_arrayref failed: Unknown column 'bugs.comment_tag' in 'where clause'"
The same error is returned upstream. The reason is that comment tags are stored in a separate DB table, but Bugzilla/Search.pm hasn't been updated to join this table when involving comment tags in queries.
Assignee | ||
Comment 1•11 years ago
|
||
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified Bugzilla/Search.pm
Committed revision 9208.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•