From 35a75c5e7cebe80d967aa304b3e083e797c104ef Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Wed, 22 Jul 2026 03:37:42 -0500 Subject: [PATCH] Update release notes for Percona Server 8.4.10-10 Added support for Ubuntu 26.04 and clarified PGO details. --- docs/release-notes/8.4.10-10.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes/8.4.10-10.md b/docs/release-notes/8.4.10-10.md index b2a8dbaf3dc..18243b2acee 100644 --- a/docs/release-notes/8.4.10-10.md +++ b/docs/release-notes/8.4.10-10.md @@ -136,6 +136,8 @@ This release addresses the following security vulnerabilities: ## Builds and packaging +Percona Server for MySQL 8.4.10-10 adds support for Ubuntu 26.04. + * Percona Server for MySQL releases include a mixture of PGO and non-PGO builds. Where Profile-Guided Optimization (PGO) is enabled, the compiler uses runtime profiling data from representative workloads to guide optimization, which can improve throughput and reduce latency compared with non-PGO builds. * See [Profile-Guided Optimization (PGO) and non-PGO builds](../pgo.md) for benefits, considerations, and which build you receive for your platform.