PS-10980 [Docs] Release notes for - PS 9.7.1-1#741
Conversation
patrickbirch
commented
Jun 17, 2026
f3c8130 to
bfa4927
Compare
bfa4927 to
4040402
Compare
4040402 to
1291015
Compare
1291015 to
8ffcaf9
Compare
8ffcaf9 to
5aab81e
Compare
5aab81e to
350947d
Compare
new file: docs/release-notes/9.7.1-1.md modified: docs/release-notes/release-notes-index.md modified: mkdocs-base.yml modified: variables.yml
350947d to
3a7adbf
Compare
|
|
||
| !!! note "" | ||
|
|
||
| Instead of releasing Percona Server for MySQL 9.7.0-1, we are skipping to 9.7.1-1. This build includes all of the enhancements and bug fixes from MySQL 9.7.0-0. |
There was a problem hiding this comment.
This build includes all of the enhancements and bug fixes from MySQL 9.7.0-0.
Should it be - from MySQL 9.7.0-0 and MySQL 9.7.0-1?
|
|
||
| * [PS-11004](https://perconadev.atlassian.net/browse/PS-11004): Removed `format=OLD` and set JSONL as the default for Audit Log Filter. | ||
|
|
||
| * [PS-11161](https://perconadev.atlassian.net/browse/PS-11161): Performance optimizations for `mem_root_deque`. |
There was a problem hiding this comment.
Should all Improvements be in the present tense?
Increases the verbosity
Reduces memory pressure
Resolves an inconsistency
Removes format=OLD
Performance optimizations - Optimizes performance
|
|
||
| * [PS-10083](https://perconadev.atlassian.net/browse/PS-10083): Enhanced Thread Pool Statistics. | ||
|
|
||
| * [PS-10989](https://perconadev.atlassian.net/browse/PS-10989): Added JSONL (JSON Lines) output format for Audit Log Filter. |
There was a problem hiding this comment.
Should all features be in the present tense?
Updates the existing component
Enhances
Adds
|
|
||
| * [PS-10070](https://perconadev.atlassian.net/browse/PS-10070): Updated the existing component to use the new KMIP library. | ||
|
|
||
| * [PS-10083](https://perconadev.atlassian.net/browse/PS-10083): Enhanced Thread Pool Statistics. |
There was a problem hiding this comment.
Probably
Enhances Thread Pool statistics by adding new status variables for queue monitoring and wait time analysis. The new metrics report the number of requests waiting in normal and high-priority queues, the number of requests not yet entered into a queue, and aggregate queue wait time statistics, including average, minimum, maximum, and standard deviation wait times. These additions provide greater visibility into thread pool workload and queueing behavior.
|
|
||
| * [PS-9773](https://perconadev.atlassian.net/browse/PS-9773): The Audit Log Filter `audit_log_read()` function always showed `"null"` instead of the bookmarked and current information. | ||
|
|
||
| * [PS-9791](https://perconadev.atlassian.net/browse/PS-9791): The audit log format was incorrect. |
There was a problem hiding this comment.
The audit_log_filter component generated audit records that did not include complete user, host, and query information in a single event, making the logs difficult to analyze and process.
|
|
||
| * [CVE-2026-46861](https://www.cve.org/CVERecord?id=CVE-2026-46861): A vulnerability in MySQL NDB Cluster (NDB Operator) allows a low-privileged attacker with network access via HTTP to access or modify critical data, with potential scope change impact (CVSS 3.1 Base Score 9.6). | ||
|
|
||
| * [CVE-2026-46862](https://www.cve.org/CVERecord?id=CVE-2026-46862): A vulnerability in MySQL Router allows an unauthenticated attacker with network access via TLS to cause a hang or repeatable crash of MySQL Router (CVSS 3.1 Base Score 7.5). |
There was a problem hiding this comment.
crash - unexpected exit?
|
|
||
| * [CVE-2026-46862](https://www.cve.org/CVERecord?id=CVE-2026-46862): A vulnerability in MySQL Router allows an unauthenticated attacker with network access via TLS to cause a hang or repeatable crash of MySQL Router (CVSS 3.1 Base Score 7.5). | ||
|
|
||
| * [CVE-2026-46863](https://www.cve.org/CVERecord?id=CVE-2026-46863): A vulnerability in MySQL Server connection handling allows an unauthenticated attacker with network access via multiple protocols to cause a hang or repeatable crash of the server (CVSS 3.1 Base Score 7.5). |
There was a problem hiding this comment.
crash - unexpected exit?
|
|
||
| ## Bug Fixes | ||
|
|
||
| * [PS-8670](https://perconadev.atlassian.net/browse/PS-8670): InnoDB could crash on startup while resuming an interrupted `ALTER TABLESPACE` encryption operation because progress was persisted before affected pages were flushed to disk in the target encryption state. |
|
|
||
| * [PS-11242](https://perconadev.atlassian.net/browse/PS-11242): Preallocated transaction IDs used by clone consistent snapshot could break the descending order of `rw_trx_list` and trigger a debug assertion during commit. | ||
|
|
||
| * [PS-11243](https://perconadev.atlassian.net/browse/PS-11243): Crash recovery could crash while replaying an unfinished tablespace encryption operation when GTID mode and binary logging were enabled. |
There was a problem hiding this comment.
Crash recovery could crash -> Crash recovery could fail ?
| @@ -1,3 +1,15 @@ | |||
| # Percona Server for MySQL {{vers}} release notes index | |||
|
|
|||
| * | |||
There was a problem hiding this comment.
This additional info occupies the whole page, and the main purpose of the release index is to list the releases. We have a standard across all projects: listing only the release notes. I think this page is self-explanatory and requires no additional explanations or descriptions.
|
|
||
| * [PS-11073](https://perconadev.atlassian.net/browse/PS-11073): Tables with large rows that were originally created on earlier MySQL versions could not be created on MySQL 9.7.0. | ||
|
|
||
| * [PS-11181](https://perconadev.atlassian.net/browse/PS-11181): MyRocks could overflow a buffer when `rocksdb_merge_buf_size` was set above 4 GB. |
There was a problem hiding this comment.
This one is the Internal task only
| * [PS-11242](https://perconadev.atlassian.net/browse/PS-11242): Preallocated transaction IDs used by clone consistent snapshot could break the descending order of `rw_trx_list` and trigger a debug assertion during commit. | ||
|
|
||
| * [PS-11243](https://perconadev.atlassian.net/browse/PS-11243): Crash recovery could crash while replaying an unfinished tablespace encryption operation when GTID mode and binary logging were enabled. | ||
|
|