…’t pass certification (or this would be a form of two-phase commit), so the only way nodes might get different certification results… force all nodes to commit simultaneously to guarantee cluster consistency as you would in a two-phase commit architecture. Seeing when replication conflicts happen This…
Post: Understanding Multi-node writing conflict metrics in Percona XtraDB Cluster and Galera
Post: What is innodb_support_xa?
… precisely what this option is for. It enables two-phase commit in InnoDB (prepare, then commit). This is necessary not only for user-initiated… performance. Having innodb_support_xa enabled on a replication master—or on any MySQL server where binary logging is in use—ensures…
Post: MySQL 4 to MySQL 5 Upgrade performance regressions
…MySQL being slow but few queries being “inside innodb” and potentially even empty queue. This is because bottleneck happens in commit phase…MySQL 4.1 Disable Binary Logging This allows to get group commit back but obviously you loose point in time recovery and replication… of first two workarounds you…

