Detecting conflicts
Part of the latest MySQL Cluster Development Milestone Release (MySQL Cluster 7.2.1 – select the “Development Release” tab at http://dev.mysql.com/downloads/cluster/#downloads) is a couple of enhancements to the conflict detection and resolution mechanism for active-active (multi-master) replication. While MySQL Cluster has had conflict detection for years it has now been made much more complete and a lot easier to use:
- No changes needed to the application schema
- Entire conflicting transaction is rolled back together with any dependent transactions
The focus of this post will be to step through how to use this feature – while it will also attempt to explain how it works at …
[Read more]