WordPress.org

Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#3615 closed defect (bug) (fixed)

Check MySQL version before upgrading to 2.1

Reported by: markjaquith Owned by:
Milestone: 2.1 Priority: highest omg bbq
Severity: blocker Version: 2.1
Component: Administration Keywords:
Focuses: 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 15 years ago.
Patch for 2.1

Download all attachments as: .zip

Change History (4)

#1 @mdawaffe
15 years ago

+like a million

@markjaquith
15 years ago

Patch for 2.1

#2 @markjaquith
15 years ago

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.

#3 @markjaquith
15 years ago

  • 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.