-
Notifications
You must be signed in to change notification settings - Fork 29
PS-10176 [Doc] Release notes for - PS 5.7.44-56 (EOL8) #599
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
734766f
PS-10176 [Doc] Release notes for - PS 5.7.44-56 (EOL8)
patrickbirch d864f0c
Update 5.7.44-56.md
alina-derkach-oaza 7380db0
Update release-notes_index.md
alina-derkach-oaza c81f47e
Update mkdocs-base.yml
alina-derkach-oaza ed8f784
Update variables.yml
alina-derkach-oaza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # Percona Server for MySQL 5.7.44-56 (2025-11-27) | ||
|
|
||
| --8<--- "eol.release.md" | ||
|
|
||
| ## Release Information | ||
|
|
||
| Percona Server for MySQL 5.7.44-56 builds on MySQL 5.7.44 Community Edition, | ||
| adding enterprise-grade features and security enhancements from Percona. | ||
|
|
||
| ## Bug fixes | ||
|
|
||
| The fixes ported to 5.7 are the following: | ||
|
|
||
| [`Bug#38094070`](https://github.com/mysql/mysql-server/commit/67de430da7a): The server could potentially encounter memory access errors when parsing optimizer hints near buffer boundaries. The server now automatically checks buffer boundaries before accessing the next character, preventing potential parsing errors | ||
|
|
||
| [`Bug#37602657`](https://github.com/mysql/mysql-server/commit/f97c71a): In certain scenarios, secondary indexes on virtual columns can become misaligned with the clustered index data. The fix is when creating update vectors for secondary index updates involving virtual columns, use the field number (field_no) instead of the virtual column position. | ||
|
|
||
| [`Bug#37994397`](https://github.com/mysql/mysql-server/commit/2c6e56c3bd4): MySQL's InnoDB buffer pool, which can be configured across multiple instances and chunks, previously risked silent allocation failures when creating chunk lists for very large buffer pools. The server now explicitly checks and handles allocation failures for the chunk list, ensuring robust memory management during buffer pool initialization. | ||
|
|
||
| [`Bug#37792010`](https://github.com/mysql/mysql-server/commit/e12a310892d): In MySQL 5.7, full-text search (FTS) configuration table columns lacked proper type initialization, which could potentially cause a server crash when concurrent queries accessed the INFORMATION_SCHEMA.INNODB_LOCKS table under specific rare conditions. The fix ensures these internal VARCHAR columns are initialized with valid type information, preventing potential crashes during concurrent table access. | ||
|
|
||
| ## Additional Resources | ||
|
|
||
| - [Install Percona Server for MySQL](../installation/install-eol.md) | ||
| - [Percona Server for MySQL GitHub Repository](https://github.com/percona/percona-server) | ||
| - [Contribute to the Documentation](https://docs.percona.com) | ||
| - [Percona Training – Start Learning Now](https://www.percona.com/training) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| # variables for HTML output | ||
|
|
||
| release: '5.7.44-55' | ||
| release: '5.7.44-56' | ||
| version: '5.7' | ||
| release-date: August 20, 2025 | ||
| release-date: November 27, 2025 | ||
| post: 'MySQL 5.7 Post-EOL Support from Percona' | ||
| repo-post: 'ps-post-eol' | ||
| eol: 'Post-EOL' |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.