githubEdit

Changelog for MariaDB Enterprise Server 11.4.9-6

MariaDB Enterprise Server 11.4.9-6 is a Stable (GA) maintenance release of MariaDB Enterprise Server 11.4, released on 2025-12-11

circle-info

The most recent release of MariaDB Enterprise Server 11.4 is:

Download Release Notes Changelog Overview of Enterprise Server 11.4

Release date: 11 Dec 2025

MariaDB Enterprise Server 11.4.9-6 is a Stable (GA) maintenance release of MariaDB Enterprise Server 11.4. For the categorized highlights and other details of this release, see the release notes.

Changes

  • Change several Plugin Maturity Levels (MDEV-37858arrow-up-right)

  • Log write buffering added to the SERVER_AUDIT and SERVER_AUDIT2 plugins.

    • The buffering is controlled by the added variables:

      • server_audit_file_buffer_size - defines the size of the buffer.

        • The default value is 0 meaning there's no buffering at all.

        • Setting non-zero value enables the buffering with the buffer of the specified size aligned by 8192. The maximum value is 65536.

      • server_audit_sync_log_file - flushes the buffer to the log file.

        • While the log record is in the buffer, it cannot be seen in the log file. And if there are not many events to log, the time before records can be observed can be significant. So user can do SET GLOBAL server_audit_log_file=1 to this variable to force write the buffer to the file, to make sure he doesn't miss the recent records. (MENT-2438arrow-up-right)

  • Hashicorp Plugin: enable key version caching by default (MDEV-30849arrow-up-right)

  • Backport MDEV-9804 "Implement a caching_sha2_password plugin" to MariaDB Community Server 11.4/11.8 (MDEV-37600arrow-up-right)

  • Two new fields are available via SHOW REPLICA STATUS:

    • Connects_Tried, which provides the number of attempts the replica has made to connect to the primary, and

    • Master_Retry_Count, which provides the number of times the replica will attempt to connect to a primary before giving up. (MENT-2129arrow-up-right)

  • Remove some markers that variable is not going to be used uninitalized in clang (MDEV-36542arrow-up-right)

  • Backport @@new_mode variable to 11.4 (MDEV-37907arrow-up-right)

Issues Fixed

This page is: Copyright © 2025 MariaDB. All rights reserved.

spinner

Last updated

Was this helpful?