Opened 6 years ago
Closed 6 years ago
#3615 closed defect (bug) (fixed)
Check MySQL version before upgrading to 2.1
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (4)
comment:2
markjaquith — 6 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.
comment:3
markjaquith — 6 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

+like a million