Closed
Bug 252564
Opened 21 years ago
Closed 20 years ago
[meta] Remove all erroneous inner joins from Search.pm
Categories
(Bugzilla :: Query/Bug List, defect, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: bugreport, Assigned: bugreport)
References
Details
There are approximately 20 places in Search.pm where an inner join is used (by
pushing tables onto @supptables) where it should be a LEFT JOIN with the
conditions in the ON clause and $term should be ($f IS NOT NULL)
This will fix a plethora of problems with OR conditions and negated boolean charts.
It will also leave very few comas for bug 251960 to deal with.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Bugzilla 2.20
Assignee | ||
Updated•21 years ago
|
Summary: Remove all erroneous inner joins from Search.pm → [meta] Remove all erroneous inner joins from Search.pm
Comment 1•20 years ago
|
||
What's the status of this? It's one of very few blockers left for cross-DB that
isn't (?) being actively worked on.
Assignee | ||
Comment 2•20 years ago
|
||
Well, it's had 3 of the 4 identified groups taken care of. Feel free to take a
crack at bug 264192
Assignee | ||
Comment 3•20 years ago
|
||
OK, these are all done.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•12 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
•