]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Initial code for incremental checkpoint in WAL mode. This check-in compiles
authordrh <drh@noemail.net>
Sun, 30 May 2010 19:55:15 +0000 (19:55 +0000)
committerdrh <drh@noemail.net>
Sun, 30 May 2010 19:55:15 +0000 (19:55 +0000)
commit73b64e4d2e6b95cc9f58ca30bb4dbaae90b7c185
treef061713ee901059afe2e20cbc57237364024b7ed
parenta7a0c615d7587c7f2f609a46db29e520dd5d5428
Initial code for incremental checkpoint in WAL mode.  This check-in compiles
on unix and runs as long as you do not engage WAL mode.  WAL mode crashes and
burns.  Consider this check-in a baseline implementation for getting the new
capability up and running.

FossilOrigin-Name: ef3ba7a17ff90674d702e5694b9e792851ab6998
13 files changed:
manifest
manifest.uuid
src/os.c
src/os.h
src/os_unix.c
src/pager.c
src/sqlite.h.in
src/test6.c
src/test_devsym.c
src/test_osinst.c
src/test_vfs.c
src/wal.c
src/wal.h