Conversation
Updated the EOL information for MariaDB and MySQL based on the latest data from endoflife.date. Also added a note to mysql_support.md to clarify that Percona Server's EOL is based on the corresponding MySQL version.
Updated the EOL data in `mariadb_support.md` and `mysql_support.md` based on the latest information from endoflife.date. Removed speculative and unreleased versions from the documentation and corrected the support status for existing versions. Added a note to `mysql_support.md` to clarify that Percona Server's EOL is based on the corresponding MySQL version. Additionally, the `validate_mysql_version` subroutine in `mysqltuner.pl` has been updated to align with the new EOL data. This ensures the script correctly identifies currently supported database versions and flags EOL versions.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the end-of-support (EOF) information for MySQL and MariaDB versions across documentation and validation code. The changes remove outdated version entries and update the supported version lists to reflect current support status.
- Updated validation logic in mysqltuner.pl to check against currently supported MariaDB versions
- Cleaned up MySQL support documentation to show only relevant versions
- Reorganized MariaDB support documentation with current version status
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| mysqltuner.pl | Updated version validation to include MariaDB 10.5, 11.0, 11.1, 11.2, and 11.4; removed MySQL 9.4 and MariaDB 11.8 checks |
| mysql_support.md | Removed outdated MySQL 8.x and 9.x versions, added note about Percona Server EOL dates |
| mariadb_support.md | Cleaned up version list to show currently relevant versions with updated support status |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | 10.0 | 2019-03-31 | NO | Outdated | | ||
| | 5.5 | 2020-04-11 | YES | Outdated | | ||
| | 11.4 | 2029-05-29 | YES | Supported | | ||
| | 11.2 | 2024-11-21 | NO | Supported | |
There was a problem hiding this comment.
MariaDB version 11.2 is marked as 'Supported' but its end-of-support date (2024-11-21) has already passed as of November 2025. This should be marked as 'Outdated' instead.
| | 11.2 | 2024-11-21 | NO | Supported | | |
| | 11.2 | 2024-11-21 | NO | Outdated | |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
|
Any reason this commit marks mariadb 10.5 as supported, when it is already end of life? |
Fixed with my last commits, thanks @FabioPedretti |
It looks like in current code 10.5 is still marked as supported, and 11.8 as unsupported: |
|
Fixed in https://github.com/major/MySQLTuner-perl/blob/master/mariadb_support.md Not in Perl code :) I just push update in Perl code |
Nice thanks, one last thing: |
No description provided.