Note: Galera development has been moved to https:/
Galera is a generic Synchronous Multi-Master replication plugin for transactional applications.
Galera implements wsrep pluggable interface, as defined in project: https:/
There are currently two MySQL based DBMS projects providing wsrep API, and thus implementing tightly coupled Galera clustering solution:
https:/
https:/
Main discussion happens here: http://
* * * Building on CentOS/RHEL 5.x: * * *
CentOS/RHEL by default uses a very old version of GCC and a likewise ancient version of BOOST that lacks important features. In order to build Galera on CentOS/RHEL one needs to:
1) Install gcc44 and gcc44-c++ packages and set CC and CXX variables accordingly:
# yum install gcc44 gcc44-c++
# export CC=gcc44
# export CXX=g++44
2) Remove standard boost and boost-devel packages (if present)
3) Install boost141-devel package:
# yum install boost141-devel
4) Make link from /usr/include/boost to /usr/include/
# cd /usr/include
# ln -sf boost141/boost boost
Once again big thanks to Red Hat for traditionally providing us with the most adequate development platform since 1996.
Project information
- Licence:
- GNU GPL v2, GNU GPL v3
View full history Series and milestones
3.x series is the current focus of development.
All bugs Latest bugs reported
-
Bug #2003643: Strange issue, nodes join the cluster and then suddenly abort
Reported -
Bug #1839449: On Galera Cluster node mysqldump with --flush-logs option make sever shutdown.
Reported -
Bug #1603829: Galera crashes with INVALID/OVERFLOW values for repl.proto_max and repl.max_ws_size
Reported -
Bug #1732708: AUTOINCREMENT column jumps with Galera
Reported -
Bug #1722717: Crash on galera.view test
Reported
All blueprints Latest blueprints
-
QA tasks for 2013
Registered -
Test Blueprint
Registered
More contributors Top contributors
- Zeeshan Saeed Paracha 3 points