Skip to content

PS-10980 [Docs] Release notes for - PS 9.7.1-1#741

Open
patrickbirch wants to merge 1 commit into
9.7from
ps-10980-9.7
Open

PS-10980 [Docs] Release notes for - PS 9.7.1-1#741
patrickbirch wants to merge 1 commit into
9.7from
ps-10980-9.7

Conversation

@patrickbirch

Copy link
Copy Markdown
Collaborator
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

@alina-derkach-oaza alina-derkach-oaza temporarily deployed to ps-10980-9.7 - psmysql-docs-9.7 PR #741 June 17, 2026 18:10 — with Render Destroyed
	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

!!! 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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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`.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@alina-derkach-oaza alina-derkach-oaza Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@alina-derkach-oaza alina-derkach-oaza Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crash - exit?


* [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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crash recovery could crash -> Crash recovery could fail ?

@@ -1,3 +1,15 @@
# Percona Server for MySQL {{vers}} release notes index

*

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@alina-derkach-oaza alina-derkach-oaza Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug PS-11209 is missing

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