Download List

Project Description

wsrep-enabled MySQL (previously MySQL/Galera cluster) can use wsrep replication providers, such as Galera, to form a cluster. wsrep API is an abstract replication interface that supports global transaction ID, true multi-master capability, conflict detection and resolution, and parallel applying and is transparent to triggers, stored procedures, and functions by replicating only final transaction results. Only the InnoDB storage engine and DDL commands are supported by this patch.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-03-16 15:54
0.7.3

The wsrep_cluster_address variable can now be set at run-time from any MySQL client to (re)initiate the connection to the cluster. LOAD DATA now supports datasets less than 1GB in size. Bugs were fixed. MySQL was updated to 5.1.43. RPM and DEB packages were provided for easier installation.
Tags: Stable

2010-01-28 03:30
0.7.2

A node join operation could lead to a crash if the joining node were connected before the DB state transfer to joining node had started. This has been fixed. Loading a large MySQL dump file could lead to an out of memory situation if it contained LOCK statements and wsrep_convert_LOCK_to_trx was set to 1. Now by default, wsrep_convert_LOCK_to_trx is set to 0. This release has been updated to MySQL 5.1.42.
Tags: Stable

2010-01-10 22:46
0.7.1

This maintenance release contains fixes for nine bugs. They mostly deal with DDL and DML concurrency issues and issues related to "write set replaying" logic. MySQL was also updated to 5.1.41.

2009-12-02 20:09
0.7

This is the initial public release.

Project Resources