Closed
Bug 58159
Opened 25 years ago
Closed 23 years ago
audit ConnectToDatabase() calls for shadow database use
Categories
(Bugzilla :: Bugzilla-General, defect, P2)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dmosedale, Assigned: justdave)
References
Details
Some of the Bugzilla scripts call ConnectToDatabase() when they should be
calling ConnectToDatabase(1) to have it use the shadow database, thus hurting
performance.
| Reporter | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Comment 1•25 years ago
|
||
Mass reassign of my Bugzilla bugs to endico, as I'm switching groups to work on
mozilla LDAP integration full time.
Assignee: dmose → endico
Status: ASSIGNED → NEW
Updated•25 years ago
|
Whiteboard: 2.14
Updated•25 years ago
|
Whiteboard: 2.14 → 2.16
| Assignee | ||
Comment 2•25 years ago
|
||
moving to real milestones...
Target Milestone: --- → Bugzilla 2.16
| Assignee | ||
Comment 3•25 years ago
|
||
Hey Myk, this seems to be related to what you were just messing with...
Updated•25 years ago
|
Priority: P3 → P2
Comment 4•24 years ago
|
||
-> New Bugzilla Product
Assignee: endico → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Whiteboard: 2.16
Version: other → unspecified
Comment 5•24 years ago
|
||
Here's my list of potential candidates:
whineatnews.pl:ConnectToDatabase();
showvotes.cgi:ConnectToDatabase();
queryhelp.cgi:ConnectToDatabase();
describecomponents.cgi:ConnectToDatabase();
describekeywords.cgi:ConnectToDatabase();
long_list.cgi:ConnectToDatabase();
It's not exactly going to make much difference. :-(
Gerv
| Assignee | ||
Comment 6•24 years ago
|
||
showvotes.cgi should use the main database because you can edit things from that
page.
| Assignee | ||
Comment 7•24 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to
release time that anything that wasn't already ranked at P1 isn't going to make
the cut. Thus this is being retargetted at 2.18. If you strongly disagree with
this retargetting, please comment, however, be aware that we only have about 2
weeks left to review and test anything at this point, and we intend to devote
this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Comment 9•23 years ago
|
||
Anything left to do here?
Gerv
Updated•23 years ago
|
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 10•23 years ago
|
||
Resolving.
Gerv
| Assignee | ||
Comment 11•23 years ago
|
||
clearing milestone in INVALID/WONTFIX/DUPLICATE/WORKSFORME so they'll show up as
untriaged if they get reopened.
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
•