|
| 1 | +# Percona Server for MySQL 8.4.4-4 (2025-02-) |
| 2 | + |
| 3 | +Get started with [Quickstart Guide for Percona Server for MySQL]. |
| 4 | + |
| 5 | +[Percona Server for MySQL 8.4.4-4] includes all the features and bug fixes available in the MySQL 8.4.4 Community Edition in addition to enterprise-grade features developed by Percona. |
| 6 | + |
| 7 | +## Release highlights |
| 8 | + |
| 9 | +### Percona Server for MySQL 8.4.4-4 |
| 10 | + |
| 11 | +Improves the [Data masking](..//data-masking-overview.md) performance by introducing an internal term cache. The new cache speeds up lookups for `gen_blocklist()` and `gen_dictionary()` functions by storing dictionary data in memory. However, if the dictionary table is modified directly (outside of the proper functions), the cache may become out of sync. To fix this, use the `new masking_dictionaries_flush()` function. |
| 12 | + |
| 13 | +Changes also affect row-based replication: dictionary changes on the source server are replicated, but the term cache on the replica doesn’t update immediately. To address this, a new system setting, `component_masking_functions.dictionaries_flush_interval_seconds()`, can be set to automatically refresh the cache at specified intervals, helping replicas stay in sync. |
| 14 | + |
| 15 | +Find more detailed information in the [Data masking overview](..//data-masking-overview.md) and in the [Data masking component functions](..//data-masking-function-list.md). |
| 16 | + |
| 17 | +### MySQL 8.4.4 |
| 18 | + |
| 19 | +Improvements and bug fixes introduced by Oracle for MySQL 8.4.4 and included in Percona Server for MySQL are the following: |
| 20 | + |
| 21 | +* Certain IO buffer serializations triggered an assertion in debug builds, causing the system to hang. (Bug #37139618) |
| 22 | + |
| 23 | +* Dropping the primary key and adding a new `AUTO_INCREMENT` column as the primary key in descending order using the `INPLACE` algorithm resulted in failure. (Bug #36658450) |
| 24 | + |
| 25 | +* Queries using a descending primary key with the `index_merge` optimization sometimes returned incorrect results, including missing rows. (Bug #106207, Bug #33767814) |
| 26 | + |
| 27 | +* When large transactions were being received and applied, and a request to stop the replication channel was made using STOP REPLICA, MySQL failed to stop the channel properly. As a result, it stopped processing channel commands. Additionally, the server shutdown process did not complete gracefully, requiring either the MySQL process to be killed or the host system to be restarted. (Bug #115966, Bug #37008345) |
| 28 | + |
| 29 | +Find the complete list of bug fixes and changes in the [MySQL 8.4.4 release notes]. |
| 30 | + |
| 31 | +## Improvements |
| 32 | + |
| 33 | +* [PS-9148](https://perconadev.atlassian.net/browse/PS-9148): Extends the [Data masking](..//data-masking-overview.md) with new additions from MySQL 8.3.0 [Enterprise Data Masking and De-Identification Component Variables](https://dev.mysql.com/doc/refman/8.4/en/data-masking-component-variables.html). |
| 34 | + |
| 35 | +## Bug fixes |
| 36 | + |
| 37 | +* [PS-9391](https://perconadev.atlassian.net/browse/PS-9391): The replication broke with the error `HA_ERR_KEY_NOT_FOUND` when the `slave_rows_search_algorithms` were set to `INDEX_SCAN,HASH_SCAN`. |
| 38 | + |
| 39 | +* [PS-9416](https://perconadev.atlassian.net/browse/PS-9416): The error messages from the Key Management Interoperability Protocol (KMIP) component were not descriptive. |
| 40 | + |
| 41 | +* [9509](https://perconadev.atlassian.net/browse/PS-9509): Percona Server stoped tracking the `global_connection_memory` when using `thread_handling='pool-of-threads'`. |
| 42 | + |
| 43 | +* [PS-9537](https://perconadev.atlassian.net/browse/PS-9537): When building a new component that used mysql_command_xxx services (such as `mysql_command_factory`, `mysql_command_query`, etc.), it was impossible to reuse the same connection to run multiple queries. This issue was observed with `SELECT` queries, but it may also apply to `INSERT`, `UPDATE`, and `DELETE` operations. |
| 44 | + |
| 45 | +* [PS-9542](https://perconadev.atlassian.net/browse/PS-9542): Added Clang-19 to Azure pipelines, and fixed the clang-19 compilation issues. |
| 46 | + |
| 47 | +* [PS-9551](https://perconadev.atlassian.net/browse/PS-9551): When building a new component that used mysql_command_xxx services (such as `mysql_command_factory`, `mysql_command_query`, etc.), a server exit was encountered when setting the `MYSQL_COMMAND_LOCAL_THD_HANDLE` option. |
| 48 | + |
| 49 | +* [PS-9611](https://perconadev.atlassian.net/browse/PS-9611): An assertion failure occurred during server shutdown: `!is_set() || m_can_overwrite_status`. |
| 50 | + |
| 51 | +* [PS-9612](https://perconadev.atlassian.net/browse/PS-9612): Percona Server build failed if more than 128 threads were available. Percona merged the fix form [MariaDB](https://github.com/MariaDB/server/commit/fd9f1638ea7). |
| 52 | + |
| 53 | +* [PS-9654](https://perconadev.atlassian.net/browse/PS-9654): There was an incorrect usage of `setup_component_customized.inc` in the MySQL Test Runner (MTR) tests. |
| 54 | + |
| 55 | +## Additional resources |
| 56 | + |
| 57 | +* Install [Percona Server for MySQL 8.4] |
| 58 | + |
| 59 | +* The [Percona Server for MySQL GitHub repository] |
| 60 | + |
| 61 | +* Download product binaries, packages, and tarballs at [Percona Software Downloads] |
| 62 | + |
| 63 | +* [Contribute to the documentation] |
| 64 | + |
| 65 | +* For [training], contact [Percona Training - Start learning now] |
| 66 | + |
| 67 | +[Quickstart Guide for Percona Server for MySQL]: ../quickstart-overview.md |
| 68 | +[Percona Server for MySQL 8.4.4-4]: https://www.percona.com/software/mysql-database/percona-server |
| 69 | + |
| 70 | + |
| 71 | +[Percona Server for MySQL 8.4]: ../installation.md |
| 72 | + |
| 73 | +[MySQL 8.4.4 release notes]: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-4.html |
| 74 | + |
| 75 | +[Percona Server for MySQL GitHub repository]: https://github.com/percona/percona-server |
| 76 | +[Percona Software Downloads]: https://www.percona.com/downloads |
| 77 | +[Contribute to the documentation]: https://github.com/percona/psmysql-docs/blob/8.0/contributing.md |
| 78 | +[training]: https://www.percona.com/training |
| 79 | +[Percona Training - Start learning now]: https://learn.percona.com/contact-me |
0 commit comments