Closed
Bug 300980
Opened 19 years ago
Closed 19 years ago
Remove all code dealing with shadow DBs
Categories
(Bugzilla :: Database, enhancement)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mkanat, Unassigned)
Details
We haven't supported shadow DBs for a while, but we seem to still have a lot of code around for dealing with them (in Bugzilla.pm and Bugzilla::DB). I'd imagine that this code should go away.
Comment 1•19 years ago
|
||
(In reply to comment #0) > I'd imagine that this code should go away. Doesn't bugzilla.mozilla.org run on a shawdow DB for searches etc?
Comment 2•19 years ago
|
||
Yeah, it does (see bug 292544). I modified it a while back to use mysql replication rather than its own home-grown version (which was buggy in several ways, mostly with AUTO_INCREMENT and ordering), so I guess you could rename it from 'shadowdb' if you really wanted to. Once mysql is deprecated in favour of postgres you can get rid of it ;)
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•