Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] test removing the update ignore to see what fails.
This is fundamentally risky - we don't know all the reasons why UPDATE IGNORE could fail & hence we don't know what could be deleted when it does. Note that I came across the following as a deadlock-causing query DELETE FROM civicrm_contact WHERE primary_contact_id = 41372076 and am altering the test to look for whether UPDATE IGNORE is in fact needed as the above looks risky as well as increasing our lock queries
- Loading branch information