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-05-11 12:48:50 +01:00
2017-05-08 15:09:19 +01:00
2017-05-08 16:10:51 +01:00
2017-03-21 13:27:50 +00:00
2017-03-24 13:28:20 +00:00
2017-05-08 13:07:43 +01:00
2017-03-31 11:19:24 +01:00
2016-01-07 04:26:29 +00:00
2017-05-10 11:05:43 +01:00
2017-05-17 10:03:09 +01:00
2016-11-03 15:04:32 +00:00
2017-03-13 09:50:10 +00:00
2016-11-22 18:18:31 +00:00