git-annex/Database
Joey Hess 1428568554
retry when sqlite throws ErrorIO
I suspect this may be due to SQLITE_IOERR_SHORT_READ, but have not
verified.

I was able to reproduce it on Linux after running the test suite in a loop
for 1-3 hours until it failed.

The WAL mode entry change in 3963c5fcf5
may have hidden the problem I was seeing; I have not seen an ErrorIO
since then.
2018-10-30 18:06:38 -04:00
..
Keys refactor 2016-10-17 14:58:33 -04:00
Export.hs Fix potential crash in exporttree database due to failure to honor uniqueness constraint 2018-10-09 16:56:33 -04:00
Fsck.hs fix consistency bug reading from export database 2017-09-06 17:19:07 -04:00
Handle.hs retry when sqlite throws ErrorIO 2018-10-30 18:06:38 -04:00
Init.hs better approach to enabling WAL mode 2018-10-30 13:47:38 -04:00
Keys.hs fix v6 deadlock with git 2.1.4 2018-09-13 13:55:25 -04:00
Queue.hs fix consistency bug reading from export database 2017-09-06 17:19:07 -04:00
Types.hs add ExportTree table to export db 2017-09-18 13:59:59 -04:00