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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 4.2

People

(Reporter: mkanat, Assigned: mkanat)

Details

Attachments

(1 file)

Attached patch v1Splinter Review
This patch makes contrib/bzdbcopy.pl work again, and also makes it work with SQLite.
Attachment #497978 - Flags: review+
Assignee: database → mkanat
Flags: approval+
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 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!
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.

Attachment

General

Created:
Updated:
Size: