Closed
Bug 619581
Opened 14 years ago
Closed 14 years ago
bzdbcopy.pl is broken on trunk and doesn't work with SQLite
Categories
(Bugzilla :: Database, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: mkanat, Assigned: mkanat)
Details
Attachments
(1 file)
3.23 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
This patch makes contrib/bzdbcopy.pl work again, and also makes it work with SQLite.
Attachment #497978 -
Flags: review+
Assignee | ||
Updated•14 years ago
|
Assignee: database → mkanat
Flags: approval+
Assignee | ||
Comment 1•14 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/DB/Sqlite.pm
modified contrib/bzdbcopy.pl
Committed revision 7626.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
![]() |
||
Comment 2•14 years ago
|
||
Comment on attachment 497978 [details] [diff] [review]
v1
>=== modified file 'contrib/bzdbcopy.pl'
>-use constant SOURCE_DB_NAME => 'bugs';
>+use constant SOURCE_DB_NAME => 'bugs_tip';
>-use constant SOURCE_DB_PASSWORD => '';
>+use constant SOURCE_DB_PASSWORD => 'buGmElateR';
Argh, please revert that!
Assignee | ||
Comment 3•14 years ago
|
||
Auuugh, arrgh is right. Fixed.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified contrib/bzdbcopy.pl
Committed revision 7627.
You need to log in
before you can comment on or make changes to this bug.
Description
•