Closed
Bug 263173
Opened 20 years ago
Closed 20 years ago
checksetup create database crashes mysql 4.1.5 gamma (windows)
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
|
734 bytes,
patch
|
Details | Diff | Splinter Review |
when checksetup.pl creates a database on mysql 4.1.5 gamma, mysql crashes.
interesting. the database gets created, and mysql crashes without logging any errors. however if i use "create database" instead of dbi's "createdb", it doesn't crash.
Status: NEW → ASSIGNED
Attachment #161269 -
Flags: review?
Comment 3•20 years ago
|
||
We don't need to do anything to support a database backend that's still classified as "Gamma". The fact that major bugs probably exist in it is among the reasons it's not qualified as a production database yet. This is either a bug in MySQL itself, or in the DBD::mysql perl module, and should be reported to the appropriate places.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Comment 4•20 years ago
|
||
MySQL 4.1 has been declared production-ready... Is this issue still present in the current versions? If so, we should reopen this...
Comment 5•20 years ago
|
||
Comment on attachment 161269 [details] [diff] [review] use CREATE DATABASE instead of createdb Removing r? on WONTFIX bug.
Attachment #161269 -
Flags: review?
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•