Skip to content

Commit af2a7dc

Browse files
authored
Merge pull request #394 from percona/ps-9413
PS-9413 8.4.2-2 release notes and release note tasks
2 parents ce3dad2 + 0d06019 commit af2a7dc

File tree

5 files changed

+98
-6
lines changed

5 files changed

+98
-6
lines changed

docs/release-notes/8.4.1.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Percona Server for MySQL 8.4.1
2+
3+
Due to a critical fix, MySQL Community Server 8.4.2 was released shortly (22 days later) after MySQL Community Server 8.4.1. Percona has skipped the release of Percona Server for MySQL 8.4.1. Percona Server for MySQL 8.4.2-2 contains all bug fixes and contents from MySQL Community Server 8.4.1 and MySQL Community Server 8.4.2.

docs/release-notes/8.4.2-2.md

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# Percona Server for MySQL 8.4.2-2 (2024-11-04)
2+
3+
Get started with [Quickstart Guide for Percona Server for MySQL].
4+
5+
[Percona Server for MySQL 8.4.2-2] includes all the features and bug fixes available in the
6+
MySQL 8.4 Community Edition in addition to enterprise-grade features developed by Percona.
7+
8+
## Release highlights
9+
10+
Improvements and bug fixes introduced by Oracle for MySQL 8.4.1 and 8.4.2 and included in Percona Server for MySQL are the following:
11+
12+
* MySQL stopped unexpectedly during an UPDATE after an ALTER TABLE operation.
13+
14+
* Shutting down the server after an XA START with an empty XA transaction caused it to stop unexpectedly.
15+
16+
* Shutting down the replication applier or binlog applier during an empty XA transaction caused the system to stop unexpectedly.
17+
18+
* The result from a spatial index with a column containing a spatial reference identifier (SRID) was empty. Using FORCE INDEX to scan this index caused an assertion error.
19+
20+
* In some cases, after creating more than 8000 tables, the server failed to restart.
21+
22+
* Startup tablespace file scanning performance was improved.
23+
24+
Find the complete list of bug fixes and changes in the [MySQL 8.4.1 Release Notes] and [MySQL 8.4.2 Release Notes].
25+
26+
## Bug fixes
27+
28+
* [PS-8057]: `slow_query_log_file` does not match the filename defined in my.cnf.
29+
30+
* [PS-9144]: Missing rows after running a null `ALTER` with `ALGORTITHM=INPLACE`.
31+
32+
* [PS-9214]: An `ALTER` table online results in a "duplicate key" error on the primary key (only index).
33+
34+
* [PS-9306]: The following MySQL versions unexpectedly exit if the database has more than 10K tables:
35+
36+
* 8.0.38
37+
38+
* 8.4.1
39+
40+
* 9.0.0
41+
42+
* [PS-9314]: Using a JSON_TABLE in Percona Server for MySQL 8.0.36 causes a signal 11 error.
43+
44+
* [PS-9286]: The KMIP component left keys in a `pre-active` state.
45+
46+
* [PS-9384]: A race condition between `dict_stats_thread` and the cost model initialization cause sporadic exits in Jenkins on start up.
47+
48+
## Additional resources
49+
50+
* Install [Percona Server for MySQL 8.4]
51+
52+
* The [Percona Server for MySQL GitHub repository]
53+
54+
* Download product binaries, packages, and tarballs at [Percona Software Downloads]
55+
56+
* [Contribute to the documentation]
57+
58+
* For [training], contact [Percona Training - Start learning now]
59+
60+
[Quickstart Guide for Percona Server for MySQL]: ../quickstart-overview.md
61+
[Percona Server for MySQL 8.4.2-2]: https://www.percona.com/software/mysql-database/percona-server
62+
63+
64+
65+
[PS-8057]: https://perconadev.atlassian.net/browse/PS-8057
66+
[PS-9144]: https://perconadev.atlassian.net/browse/PS-9144
67+
[PS-9214]: https://perconadev.atlassian.net/browse/PS-9214
68+
[PS-9306]: https://perconadev.atlassian.net/browse/PS-9306
69+
[PS-9314]: https://perconadev.atlassian.net/browse/PS-9314
70+
71+
[PS-9384]: https://perconadev.atlassian.net/browse/PS-9384
72+
[PS-9286]: https://perconadev.atlassian.net/browse/PS-9286
73+
74+
75+
[Percona Server for MySQL 8.4]: ../installation.md
76+
77+
[MySQL 8.4.1 Release Notes]: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-1.html
78+
[MySQL 8.4.2 Release Notes]: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-2.html
79+
80+
[Percona Server for MySQL GitHub repository]: https://github.com/percona/percona-server
81+
[Percona Software Downloads]: https://www.percona.com/downloads
82+
[Contribute to the documentation]: https://github.com/percona/psmysql-docs/blob/8.0/contributing.md
83+
[training]: https://www.percona.com/training
84+
[Percona Training - Start learning now]: https://learn.percona.com/contact-me

docs/release-notes/release-notes-index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Percona Server for MySQL {{vers}} release notes index
22

3+
* [Percona Server for MySQL 8.4.2-2 (2024-11-04)](8.4.2-2.md)
4+
5+
* [Percona Server for MySQL 8.4.1](8.4.1.md)
6+
37
* [Percona Server for MySQL 8.4.0-1 (2024-08-28)](8.4.0-1.md)
48

59

mkdocs-base.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ theme:
2222
icon:
2323
edit: material/file-edit-outline
2424
view: material/file-eye-outline
25-
25+
2626
palette:
2727
- media: "(prefers-color-scheme)"
2828
toggle:
@@ -125,7 +125,7 @@ plugins:
125125
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
126126
output_path: '_pdf/PerconaServer-8.4.pdf'
127127
cover_title: 'Percona Server Documentation'
128-
cover_subtitle: 8.4.0-1 (2024-08-28)
128+
cover_subtitle: 8.4.2-2 (2024-11-04)
129129
author: 'Percona Technical Documentation Team'
130130
cover_logo: docs/_static/pdf-logo.png
131131
debug_html: false
@@ -148,6 +148,8 @@ nav:
148148
- Home: index.md
149149
- Release notes:
150150
- Release notes index: release-notes/release-notes-index.md
151+
- release-notes/8.4.2-2.md
152+
- release-notes/8.4.1.md
151153
- release-notes/8.4.0-1.md
152154
- Features:
153155
- adaptive-network-buffers.md
@@ -293,7 +295,6 @@ nav:
293295
- UUID_VX component:
294296
- uuid-versions.md
295297

296-
297298
- Data-at-rest-encryption:
298299
- data-at-rest-encryption.md
299300
- Keyring components:

variables.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# variables for HTML output
22

3-
release: '8.4.0-1'
3+
release: '8.4.2-2'
44
version: '8.4'
55
vers: '8.4' # we are going to use it instead of version
66
pkg: 'ps-84-lts'
7-
release_date: '2024-08-28'
8-
title_date: '2024-08-28'
7+
release_date: '2024-11-04'
8+
title_date: '2024-11-04'
99

0 commit comments

Comments
 (0)