Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for DB writes only on reads (causality checks)
On PR 392 we changed to waiting on writes for updates and inserts, but upon further analysis we have decided that just doing it for reads should be enough, as the order of the updates will be reconciled automatically by the DB engine. In this patch we change the value of `mysql_wsrep_sync_wait` to 1 to only wait on reads.
- Loading branch information