Closed
Bug 1103
Opened 26 years ago
Closed 25 years ago
Patch to use DBI module instead of Mysql.pm
Categories
(Bugzilla :: Bugzilla-General, defect, P2)
Tracking
()
VERIFIED
FIXED
Bugzilla 2.12
People
(Reporter: sstock, Assigned: Chris.Yeh)
References
Details
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
use Mysql was failing for me because perl failed to link the library (multiple
versions of Mysql.pm/DBI/DBD/etc I'm sure). But since we use DBI (1.02 with
msql/mysql 2.0205) I redid globals.pl using DBI instead. And thanks for
centralizing the DB routines, made this very easy :-)
You can find the patch at
http://www.stocknet.ml.org/~sstock/bugzilla/globals.pl.diff
Comment 1•26 years ago
|
||
Reassigning to dmose@mozilla.org, who now has front-line responsibility for
all Bonsai and Bugzilla bugs.
Comment 2•26 years ago
|
||
Reassigning back to me. That stuff about me no longer being the front-line
person responsible for Bugzilla and Bonsai turned out to be short-lived.
Please pardon our confusion, and I'm very sorry about the spam.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Comment 3•25 years ago
|
||
My bad. I let this patch sit around too long. The URL for the proposed patch
is no longer valid, and the patch almost certainly wouldn't work any, being too
old.
I really ought to do this though. I'll leave the bug open, and hopefully get
myself motivated to do this work myself.
Unless, in a fit of undeserved generosity, the original submitter recreates his
patch (or just resurrects the old one)...
Comment 4•25 years ago
|
||
tara@tequilarista.org is the new owner of Bugzilla and Bonsai. (For details,
see my posting in netscape.public.mozilla.webtools,
news://news.mozilla.org/38F5D90D.F40E8C1A%40geocast.com .)
Assignee: terry → tara
Status: ASSIGNED → NEW
Comment 5•25 years ago
|
||
Too bad this fell off the map. Might be worth pinging the guy to see if he's
kept up.
Assignee: tara → cyeh
The original patch was very simple, bug I haven't updated it for current
versions of bugzilla for lack of time (and I haven't updated bugzilla in some
time now).
Now that this is back on my radar I can take a look at the latest bugzilla and
generate a patch against that, wouldn't be any sooner than this weekend however.
change checked in, we are now using DBI
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
In search of accurate queries.... (sorry for the spam)
Target Milestone: --- → Bugzilla 2.12
Comment 12•23 years ago
|
||
Moving closed bugs to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Version: other → unspecified
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
•