Erik Johnston 197bd126f0 Fix bug where state_group tables got corrupted
This is due to the fact that we prefilled caches using txn.call_after,
which always gets called including on error.

We fix this by making txn.call_after only fire when a transaction
completes successfully, which is what we want most of the time anyway.
2017-06-07 17:39:36 +01:00
..
2017-03-29 09:50:05 +01:00
2017-05-05 11:00:21 +01:00
2017-04-05 14:15:09 +01:00
2017-05-18 13:53:48 +01:00
2017-01-17 14:32:53 +00:00
2016-08-08 16:40:39 +01:00
2017-05-04 14:50:24 +01:00
2017-05-16 15:59:37 +01:00