Merge lp://staging/~mbp/launchpad/866100-affectsme-timeout into lp://staging/launchpad
Proposed by
Martin Pool
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Martin Pool | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 14127 | ||||
Proposed branch: | lp://staging/~mbp/launchpad/866100-affectsme-timeout | ||||
Merge into: | lp://staging/launchpad | ||||
Diff against target: |
37 lines (+10/-10) 1 file modified
lib/lp/bugs/model/bugtask.py (+10/-10) |
||||
To merge this branch: | bzr merge lp://staging/~mbp/launchpad/866100-affectsme-timeout | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stuart Bishop (community) | db | Approve | |
Review via email: mp+78806@code.staging.launchpad.net |
Commit message
[r=stub][bug=866100] Use a JOIN not an IN for BugAffectsPerson.
Description of the change
This attempts to fix bug 866100 by changing the query from one that does an in-subquery to a simple join. It's hard to be sure this will work, but it looks like it will help.
To post a comment you must log in.
Nice update. Faster and clearer.