Opened 4 years ago

Closed 4 years ago

Last modified 3 years ago

#31578 closed Cleanup/optimization (fixed)

Drop support for MySQL 5.6.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The end of extended support for MySQL 5.6 is April 2021. Therefore, Django 3.2 (released in April 2021) may set MySQL 5.7 as the minimum version that it supports.

Change History (3)

comment:1 by Mariusz Felisiak, 4 years ago

Has patch: set

comment:2 by GitHub <noreply@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 20a8a44:

Fixed #31578 -- Dropped support for MySQL 5.6.

comment:3 by GitHub <noreply@…>, 3 years ago

In b9d15676:

Refs #31578 -- Removed outdated notes about MyISAM in GIS docs.

InnoDB supports spatial data types in MySQL 5.7+ and MariaDB 10.2+.

Note: See TracTickets for help on using tickets.
Back to Top