Skip to content

Conversation

@jmrenouard
Copy link
Collaborator

No description provided.

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.
@jmrenouard jmrenouard requested a review from Copilot November 11, 2025 01:12
@jmrenouard jmrenouard self-assigned this Nov 11, 2025
Copilot finished reviewing on behalf of jmrenouard November 11, 2025 01:13
Copy link
Contributor

Copilot AI left a 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 |
Copy link

Copilot AI Nov 11, 2025

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.

Suggested change
| 11.2 | 2024-11-21 | NO | Supported |
| 11.2 | 2024-11-21 | NO | Outdated |

Copilot uses AI. Check for mistakes.
jmrenouard and others added 2 commits November 11, 2025 02:18
@jmrenouard jmrenouard merged commit c7fcbff into major:master Nov 11, 2025
2 checks passed
@FabioPedretti
Copy link
Contributor

Any reason this commit marks mariadb 10.5 as supported, when it is already end of life?
And 11.8 as unsupported, when it still will be supported for many years?
https://mariadb.org/about/#mariadb-server-long-term-release-maintenance-periods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants