Documentation Home
MySQL NDB Cluster 7.6 Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 1.1Mb
PDF (A4) - 1.1Mb


MySQL NDB Cluster 7.6 Release Notes  /  Changes in MySQL NDB Cluster 7.6.36 (5.7.44-ndb-7.6.36) (2025-10-23, General Availability)

Changes in MySQL NDB Cluster 7.6.36 (5.7.44-ndb-7.6.36) (2025-10-23, General Availability)

MySQL NDB Cluster 7.6.36 is a new release of NDB 7.6, based on MySQL Server 5.7 and including features in version 7.6 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases.

Obtaining NDB Cluster 7.6.  NDB Cluster 7.6 source code and binaries can be obtained from https://dev.mysql.com/downloads/cluster/.

For an overview of changes made in NDB Cluster 7.6, see What is New in NDB Cluster 7.6.

This release also incorporates all bug fixes and changes made in previous NDB Cluster releases, as well as all bug fixes and feature changes which were added in mainline MySQL 5.7 through MySQL 5.7.44 (see Changes in MySQL 5.7.44 (2023-10-25, General Availability)).

Functionality Added or Changed

  • MySQL NDB Cluster now generates log entries for redo logging issues, including redo log buffer exhaustion, redo log space exhaustion, and file change problems, which can cause transactions to be aborted, queued, or delayed. A secondary overload control mechanism monitors the rate at which the redo log part's Redo buffer is flushed to disk and estimates the time required to complete writing all data in the part's Redo buffer. (Bug #37903091)

Bugs Fixed

  • It was not possible to restore backups with BackupID values greater than 2147483647, with the ndb_restore tool. Errors were returned similar to the following:

            ndb_restore: [Warning] option 'backupid': signed value
            3000000000 adjusted to 2147483647. Failed to find backup
            2147483647.

    (Bug #38260769)