Closed Bug 17232 Opened 25 years ago Closed 25 years ago

Unable to perform personal query.

Categories

(Bugzilla :: Bugzilla-General, defect, P3)

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: CodeMachine, Assigned: justdave)

References

()

Details

Hmm, my personal query has stopped working again.  This time it looks like it's
hit some sort of threshhold.

Reduced test URL above.  Columns = ID, Changed, Owner, State, Result, Comp,
Votes, TargetM, Summary

Result:

Software error:

select bugs.bug_id, bugs.groupset, date_format(bugs.delta_ts,'Y-m-d'),
assign.login_name, substring(bugs.bug_status,1,4),
substring(bugs.resolution,1,4), substring(bugs.component, 1, 8), bugs.votes,
bugs.target_milestone, substring(bugs.short_desc, 1, 60) from bugs left join cc
on bugs.bug_id = cc.bug_id left join profiles ccname on cc.who = ccname.userid,
profiles assign, profiles report left join profiles qacont on bugs.qa_contact =
qacont.userid, versions projector where bugs.assigned_to = assign.userid and
bugs.reporter = report.userid and bugs.product = projector.program and
bugs.version = projector.value and bugs.groupset & 0 = bugs.groupset and (
instr(report.login_name, 'matty@box.net.au') or instr(ccname.login_name,
'matty@box.net.au') ) group by bugs.bug_id order by bugs.delta_ts,
bugs.priority, bugs.bug_severity: at globals.pl line 68.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Um, if I click on that URL, it works just fine.
Yes, it started working for me too, and continues to, so did you do anything
yesterday?  The error messages don't mean anything to you?
Nope.  No clues.
Status: RESOLVED → VERIFIED
QA Contact: matty
Verified this is no longer there, I hate transient bugs, a programmer's bugbear!
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: terry → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.