Mysql/galera is a distributed version of MySQL that can be used to create a synchronous multiple master MySQL (InnoDB) cluster. It is based on the concept of write settings synchronization and a patched MySQL server and galera composition, a universal synchronous backend that implements the Wsrep interface. Mysql/galera has a truly multiple-master function that can be modified at the same time on different nodes in the same table. This is truly highly available and will never lose a committed transaction.
Mysql/galera 0.8.2 Version Update log:
1. Support for SSL and arbitrator background programs.
2. Fixed some old vulnerabilities, including a 32-bit platform with dumps larger than 2GB integer overflow, rsync SST failure, building MYSQLD SSL support vulnerabilities.
3. Built-in in InnoDB no longer supported.
4.InnoDB plug-ins are loaded by default.
Software Information: http://www.codership.com/
Download Address:
MySQL server:https://launchpad.net/codership-mysql/0.8/0.8.2
/p>