Actions
Feature #30419
openDrop support for MySQL 5.5
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Support for MySQL 5.5 ended in December 2018:
Resources:
- https://en.wikipedia.org/wiki/MySQL#Milestones
- https://www.fromdual.com/support-for-mysql-from-oracle
There are no changes in the code from what I've found, I think that we should just update the wiki and add this ticket to the Changelog.
I propose to drop support in 4.1.0.
Updated by Go MAEDA over 3 years ago
I think it is premature to drop support for MySQL 5.5.
- CentOS 7 bundles MariaDB 5.5.60. The support for CentOS ends on 2024-06-30
- The latest version of ActiveRecord 6.0.0 still supports MySQL 5.5.8: https://github.com/rails/rails/blob/6-0-stable/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb#L520
Actions