Closed
Bug 288409
Opened 20 years ago
Closed 20 years ago
schema updates get repeated using mysql5
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: bugreport, Assigned: mkanat)
References
Details
Attachments
(1 file)
1.46 KB,
text/plain
|
Details |
Something in mysql has changed between 4.0 and 5.0.3-beta
The following happens every time checksetup is run
Checking for MySQL (v3.23.41) ok: found v5.0.3-beta
Updating field type target_milestone in table bugs ...
old: varchar(20) default "---"
new: varchar(20) not null default "---"
Updating field type value in table milestones ...
old: varchar(20)
new: varchar(20) not null
Populating duplicates table...
Updating field type version in table bugs ...
old: varchar(64)
new: varchar(64) not null
Updating field type disabledtext in table profiles ...
old: mediumtext
new: mediumtext not null
Assignee | ||
Comment 1•20 years ago
|
||
I suspect that I can easily fix this (or will fix it as a side effect) of the
blockers to bug 285111.
Depends on: 285111
Reporter | ||
Comment 2•20 years ago
|
||
Assignee | ||
Comment 3•20 years ago
|
||
Hey Joel -- this should be fixed, now. Could you test it, again, with the new
checksetup functions?
Reporter | ||
Comment 4•20 years ago
|
||
Yep. Works fine now.
Reporter | ||
Comment 5•20 years ago
|
||
fixed by bug 285111
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
![]() |
||
Updated•20 years ago
|
Target Milestone: --- → Bugzilla 2.20
Updated•19 years ago
|
Assignee: installation → mkanat
You need to log in
before you can comment on or make changes to this bug.
Description
•