Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/release-notes/8.0.44-35.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ If these two counts differ, the formula calculates the wrong capacity, leading t

* [PS-10227](https://perconadev.atlassian.net/browse/PS-10227): An unexpected server exit occurred when `rocksdb_table_stats_skip_system_cf` was enabled. Previously, enabling this option left the system column‑family pointer null during RocksDB recovery, causing an assertion failure in `Rdb_cf_manager::get_cf()` and aborting `mysqld` with signal 6. The fix introduced proper initialization and safety checks for the system column family, allowing the server to start normally while still skipping system‑CF statistics.

## Deprecations and removal

* The [audit log plugin](../audit-log-plugin.md) is deprecated and could be removed in a future release.

## Packaging and build notes

* Percona Server for MySQL 8.0 does not support Debian 13 or Red Hat Enterprise Linux 10.
Expand Down
Loading