Journal: Second attempt at journal mode fallback #5723
authorChristian Kamm <mail@ckamm.de>
Wed, 13 Sep 2017 07:27:07 +0000 (09:27 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:32 +0000 (22:01 +0200)
commit7f75a533d182a39a4720bfe3021849a3510bc2eb
tree51f88a6bca573741b82ba6421cd4c4672f345b12
parente47b8ffacabf42b8a023860b2f3c3ea28509d66f
Journal: Second attempt at journal mode fallback #5723

Some filesystems, vms or other limitations make using the WAL journal
mode impossible. We are notified of this problem through an sqlite
IOERR for SHMMAP. In that case We want to attempt to fall back to the
DELETE journal mode.
src/libsync/syncjournaldb.cpp
src/libsync/syncjournaldb.h