-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update eof information #858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 | |
Copilot
AI
Nov 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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? |
No description provided.