-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from percona/psmysql-docs-5.7-8985
PS-8985 5.7.44-48 release notes and release note tasks (5.7)
- Loading branch information
Showing
7 changed files
with
68 additions
and
69 deletions.
There are no files selected for viewing
This file contains 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 was deleted.
Oops, something went wrong.
This file contains 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 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,45 @@ | ||
# Percona Server for MySQL 5.7.44-48 (2023-12-04) | ||
|
||
!!! important | ||
|
||
Percona Server for MySQL 5.7.44-48 is the final release of the Percona Server for MySQL 5.7 series. | ||
|
||
We recommend that you either [upgrade to MySQL 8.0 or stay on 5.7; we'll support you]. | ||
|
||
[Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) 5.7.44-48 | ||
includes all the features and bug fixes available in [MySQL 5.7.44 Community Edition](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-44.html) in addition to enterprise-grade features developed by Percona. | ||
|
||
## Release highlights | ||
|
||
Percona Server for MySQL implements telemetry that fills the gaps in our understanding of how you use Percona Server to improve our products. Participation in the anonymous program is optional. You can opt out if you prefer not to share this information. Find more details in the [Telemetry on Percona Server for MySQL](../telemetry.md) document. | ||
|
||
Improvements and bug fixes provided by Oracle for MySQL 5.7.44 and included in Percona Server for MySQL are the following: | ||
|
||
* Upgraded the linked Open SSL library to OpenSSL 3.0.10 | ||
* Removed the printed query string limit to display the characters for a detected deadlock section of the engine status log | ||
|
||
Find the complete list of additions or bug fixes in the [MySQL 5.7.44 Release Notes](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-44.html). | ||
|
||
## Bug fixes | ||
|
||
* [PS-7806]: Working with tables with column compression broke asynchronous replication. Using column compression on the tables reduces the storage space and the memory usage of the data but also increases the CPU overhead and complexity. Asynchronous replication sends data from one node to another without waiting for acknowledgment, which improves performance and source availability but also risks data loss and inconsistency. With column compression, the replica must decompress the data in the columns, which can cause errors, delays, or conflicts. | ||
|
||
* [PS-8879]: A large table received an out-of-memory error when running `ALTER TABLE ... COLUMN_FORMAT COMPRESSED;` because the internal DDL copy operation consumed the available memory (thank you to minghuan zhao for your contribution). | ||
|
||
## Useful links | ||
|
||
[Install Percona Server for MySQL](https://www.percona.com/doc/percona-server/5.7/installation.html) | ||
|
||
The [Percona Server for MySQL GitHub repository](https://github.com/percona/percona-server) | ||
|
||
[Contribute to the documentation](https://github.com/percona/psmysql-docs/blob/8.0/contributing.md) | ||
|
||
Download product binaries, packages, and tarballs at [Percona Product Downloads](https://www.percona.com/downloads) | ||
|
||
For [training](https://www.percona.com/training), contact [Percona Training - Start learning now](https://learn.percona.com/contact-me) | ||
|
||
[PS-7806]: https://jira.percona.com/browse/PS-7806 | ||
|
||
[PS-8879]: https://jira.percona.com/browse/PS-8879 | ||
|
||
[upgrade to MySQL 8.0 or stay on 5.7; we'll support you]: https://www.percona.com/navigating-mysql-5-7-end-of-life |
This file contains 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 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 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,5 +1,5 @@ | ||
# variables for HTML output | ||
|
||
release: '5.7.43-47' | ||
release: '5.7.44-48' | ||
version: '5.7' | ||
release-date: August 17, 2023 | ||
release-date: December 04, 2023 |