Opened 15 months ago
Closed 15 months ago
#34761 closed Cleanup/optimization (fixed)
Drop support for MySQL < 8.0.11.
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 4.2 |
Severity: | Normal | Keywords: | |
Cc: | Adam Johnson | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
MySQL 8.0.11 is the first of the 8.0.x series that can be considered stable.
8.0.0 - 8.0.2 alpha/beta releases
8.0.3 - 8.0.4 release candidates
8.0.5 - 8.0.10 don't exists
I see no reason to support pre-releases.
Also, MySQL 8.1 is coming! 🎉
Change History (3)
follow-up: 2 comment:1 by , 15 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 months ago
Has patch: | set |
---|
Replying to Natalia Bidart:
Do we have any custom code/workaround explicitely to support these version we want to drop?
Yes, see PR.
Note:
See TracTickets
for help on using tickets.
Accepting, I agree with the rationale. Do we have any custom code/workaround explicitely to support these version we want to drop?