Closed
Bug 288539
Opened 20 years ago
Closed 20 years ago
minimum DBD::mysql version requirement may need to be increased beyond 2.1028
Categories
(Bugzilla :: Administration, task)
Bugzilla
Administration
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: altlist, Assigned: altlist)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041223 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041223 Firefox/1.0
I was not able to get checksetup.pl to run cleanly with the latest bugzilla tip.
The script now uses the new DB::bz_server_version function.
Was able to solve this problem by upgrading my DBD::mysql version from 2.1028 to
the latest (2.9004)
Reproducible: Always
Steps to Reproduce:
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•20 years ago
|
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Updated•20 years ago
|
Status: NEW → ASSIGNED
Updated•20 years ago
|
Attachment #179302 -
Flags: review?(mkanat) → review+
Updated•20 years ago
|
Flags: approval?
Comment 3•20 years ago
|
||
Can bz_server_version be hacked to not require the newer version of DBD::mysql?
Comment 4•20 years ago
|
||
*** Bug 289107 has been marked as a duplicate of this bug. ***
Comment on attachment 179302 [details] [diff] [review]
patch
2.9002 doesn't work on windows, throws:
Renaming indexes...
Undefined subroutine &DBD::mysql::db::SQL_INTEGER called at
d:/Perl/site/lib/DBD/mysql.pm line 362
2.9003 works.
Attachment #179302 -
Flags: review-
Comment 6•20 years ago
|
||
Anyone care to answer Myk's question in comment 3? Current patch has a denied
review anyway, removing approval request.
Flags: approval?
Assignee | ||
Comment 7•20 years ago
|
||
(In reply to comment #3)
> Can bz_server_version be hacked to not require the newer version of DBD::mysql?
It could be hacked, but I don't think it would be database independent.
Granted, I don't know where we're at with respect to Postgres support.
Comment 8•20 years ago
|
||
We require 2.9003 for many other reasons than bz_server_version. For example,
the new Schema code needs column_info to work properly, and so forth.
2.9003 is *years* old at this point. It's not a big problem, I think.
Assignee | ||
Comment 9•20 years ago
|
||
Attachment #179302 -
Attachment is obsolete: true
Attachment #180827 -
Flags: review?(mkanat)
Updated•20 years ago
|
Attachment #180827 -
Flags: review?(mkanat) → review+
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
Comment 10•20 years ago
|
||
Checking in checksetup.pl;
/cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl
new revision: 1.396; previous revision: 1.395
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•