Skip to content

Releases: MariaDB/galera

MariaDB Galera 26.4.25

19 Dec 17:39

Choose a tag to compare

mariadb-26.4.25

Fix merge error.

MariaDB Galera 26.4.22

17 Apr 21:47

Choose a tag to compare

mariadb-26.4.22

MariaDB Galera  release

MariaDB 26.4.21

04 Feb 20:49

Choose a tag to compare

Mainly a bug fix release.

GCS protocol is raised to 5 making a rolling downgrade impossible (46dce5e)
This was needed because an incorrect calculation of the commit cut that all nodes perform independently and need to agree on.

Includes:

  • Expose versions of all protocols agreed on by quorum via status call.

MariaDB 26.4.20

20 Nov 07:31

Choose a tag to compare

Improved error messages

MariaDB 26.4.19

06 Aug 23:30
5db72da

Choose a tag to compare

  • read timefd to prevent galera completely freezing on some systems
  • correct packaging on opensuse/sles - universal ssl dependencies used in RPM generation
  • corrected voting on quorum
  • Add wsrep-API extension to isolate the node on network level so rest of cluster is silent on a node crashing(MDEV-32363)
  • Fix memory leak on receiving a commit during voting.
  • RHEL7 compilation fix
  • Correct error handling during streaming server handshake
  • WSREP_KEY_SHARED had insufficiently strict certification rules that may lead to certification test pass where it should fail
  • Cleanups and unit tests added