Opened 6 years ago

Closed 6 years ago

#3615 closed defect (bug) (fixed)

Check MySQL version before upgrading to 2.1

Reported by: markjaquith Owned by: anonymous
Priority: highest omg bbq Milestone: 2.1
Component: Administration Version: 2.1
Severity: blocker Keywords:
Cc:

Description

We should check the MySQL version before proceeding with the upgrade so that people don't get stuck.

Attachments (1)

mysql-4-check.diff (982 bytes) - added by markjaquith 6 years ago.
Patch for 2.1

Download all attachments as: .zip

Change History (4)

+like a million

Patch for 2.1

FYI it is stripping everything but numbers and periods because version_compare() behaves unpredictably with -gamma type suffixes it doesn't know about. Just want it to deal with the numbers.

  • Resolution set to fixed
  • Status changed from new to closed

(In [4771]) Make sure the server has MySQL 4.0.0 before attempting upgrade or install. fixes #3615

Note: See TracTickets for help on using tickets.