Closed
Bug 234100
Opened 22 years ago
Closed 22 years ago
redundant join criterion in fulltext search
Categories
(Bugzilla :: Query/Bug List, defect)
Bugzilla
Query/Bug List
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: myk, Assigned: myk)
Details
Attachments
(1 file)
|
610 bytes,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
Search.pm includes the longdescs table on fulltext searches via a criterion in
an ON clause and another in the WHERE clause. It only needs one of them.
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Updated•22 years ago
|
Attachment #141279 -
Flags: review?(justdave)
Updated•22 years ago
|
Attachment #141279 -
Flags: review?(justdave) → review+
Updated•22 years ago
|
Flags: approval+
| Assignee | ||
Comment 2•22 years ago
|
||
Checking in Search.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Search.pm,v <-- Search.pm
new revision: 1.52; previous revision: 1.51
done
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Target Milestone: --- → Bugzilla 2.18
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
•