-
Notifications
You must be signed in to change notification settings - Fork 11
DISTMYSQL-555 [Doc] Release notes for - PDPS 8.0.44 #236
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
11 commits
Select commit
Hold shift + click to select a range
eaa38e4
DISTMYSQL-555 [Doc] Release notes for - PDPS 8.0.44
alina-derkach-oaza 2358411
Update release-notes-ps-v8.0.44.md
alina-derkach-oaza c58e225
Update release-notes-ps-v8.0.44.md
alina-derkach-oaza f1ae6bd
Update release-notes-ps-v8.0.44.md
alina-derkach-oaza d2f6f5c
Update release-notes.md
alina-derkach-oaza adb30c5
Update pdf_cover_page.tpl
alina-derkach-oaza d25a66e
Update release-notes-ps-v8.0.44.md
alina-derkach-oaza 48a486c
Update release-notes-ps-v8.0.44.md
alina-derkach-oaza 7aa9490
Update release-notes-ps-v8.0.44.md
alina-derkach-oaza e957201
Update release-notes.md
alina-derkach-oaza 773bf4d
Update pdf_cover_page.tpl
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,50 @@ | ||
| # Percona Distribution for MySQL 8.0.44 using Percona Server for MySQL (2025-11-27) | ||
|
|
||
| Percona Distribution for MySQL is the most stable, scalable, and secure open source MySQL distribution, with two download options: one based on Percona Server for MySQL and one based on Percona XtraDB Cluster. [Install Percona Distribution for MySQL](installing.md). | ||
|
|
||
| This release is based on [Percona Server for MySQL 8.0.44-35](https://docs.percona.com/percona-server/8.0/release-notes/8.0.44-35.html) that includes all the features and bug fixes available in the [MySQL 8.0.44 Community Edition](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-44.html) and enterprise-grade features developed by Percona. | ||
|
|
||
| ## Release highlights | ||
|
|
||
| ### Percona Server for MySQL 8.0.44-35 | ||
|
|
||
| Announcement – Discontinuation of the Percona PRO Program | ||
|
|
||
| Percona has consolidated its build offerings. The Pro builds are no longer required, and all features have been merged into the main open source Community release. | ||
|
|
||
| ### MySQL 8.0.44 | ||
|
|
||
| Improvements and bug fixes provided by Oracle for MySQL 8.0.44 and included in Percona Server for MySQL are the following: | ||
|
|
||
| * Fixed an issue where parallel scan thread creation could fail, causing assertion failures when falling back to single-thread mode. (Bug #38325137) | ||
|
|
||
| * Fixed an issue where virtual index rollback could fail on 32-bit builds of MySQL Server under certain circumstances. (Bug #38167527) | ||
|
|
||
| * Fixed an issue where very large buffer pools could require excessive memory chunks per instance, potentially causing allocation failures. The allocation is now validated to ensure proper memory allocation. (Bug #37994397) | ||
|
|
||
| * Fixed an issue where assertion failures could occur due to data size and bounds mismatches during DDL file operations. (Bug #37882398) | ||
|
|
||
| * Fixed an issue related to modifying the internal Full-Text Search (FTS) configuration. (Bug #37792010) | ||
|
|
||
| * Fixed an issue related to virtual indexes. (Bug #37602657) | ||
|
|
||
| * Fixed an issue where confusing warning messages could appear when row sizes exceeded maximum allowed limits with `innodb_strict_mode=OFF`, such as during table selection or column dropping operations. Error messages have been improved for clarity. (Bug #37003342, Bug #36768046, Bug #36867372) | ||
|
|
||
| Find the complete list of bug fixes and changes in the [MySQL 8.0.44 Release Notes](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-44.html). | ||
|
|
||
| ## Build & packaging notes | ||
|
|
||
| Amazon Linux 2023 is not supported in Percona Distribution for MySQL. We do support Amazon Linux 2023 in Percona Server for MySQL and Percona XtraBackup. Find more information in [Percona Release Lifecycle Overview](https://www.percona.com/services/policies/percona-software-support-lifecycle). | ||
|
|
||
| ## Supplied components | ||
|
|
||
| Review each component’s release notes for What’s new, improvements, or bug fixes. The following is a list of the components supplied with the Percona Server for MySQL-based variation of the Percona Distribution for MySQL: | ||
|
|
||
| | Component | Version | Description | | ||
| | ------------------- | --------- | -------------------------------------------| | ||
| | Orchestrator | [3.2.6-19](https://github.com/percona/orchestrator/releases/tag/v3.2.6-19) | The replication topology manager for Percona Server for MySQL| | ||
| | ProxySQL | [2.7.3](https://docs.percona.com/proxysql/2.7.3.html) | A high performance, high-availability, protocol-aware proxy for MySQL| | ||
| | Percona XtraBackup | [8.0.35-34](https://docs.percona.com/percona-xtrabackup/8.0/release-notes/8.0/8.0.35-34.0.html)| An open-source hot backup utility for MySQL-based servers| | ||
| | Percona Toolkit | [3.7.0-2](https://docs.percona.com/percona-toolkit/release_notes.html#v3-7-0-2-released-2025-05-14) | The set of scripts to simplify and optimize database operation| | ||
| | MySQL Shell | [8.0.44](https://dev.mysql.com/doc/relnotes/mysql-shell/8.0/en/news-8-0-44.html) | An advanced client and code editor for MySQL Server| | ||
| | MySQL Router | [8.0.44](https://dev.mysql.com/doc/relnotes/mysql-router/8.0/en/news-8-0-44.html) | Lightweight middleware that provides transparent routing between your application and back-end MySQL servers| | ||
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
Oops, something went wrong.
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.