]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Merge in the blocking-checkpoint enhancement, including the new
authordrh <drh@noemail.net>
Wed, 2 Feb 2011 16:34:08 +0000 (16:34 +0000)
committerdrh <drh@noemail.net>
Wed, 2 Feb 2011 16:34:08 +0000 (16:34 +0000)
commit87fa53ee8d802b6cb37d904428f158b234f9bcf4
tree0067352d1ad40cff7bb69a4000be8c595345ea89
parent4185db9007ac424aa11e050a6c58160f5881a4fd
parent27f9aba18c777d569ff96fc0c575d9a419807039
Merge in the blocking-checkpoint enhancement, including the new
sqlite3_wal_checkpoint_v2() interface and the
PRAGMA wal_checkpoint(full) statement.

FossilOrigin-Name: bac7342c368a7c4f5f2878e08d9581dcbf57dd58
14 files changed:
main.mk
manifest
manifest.uuid
src/btree.c
src/main.c
src/pager.c
src/pragma.c
src/sqlite.h.in
src/sqliteInt.h
src/vdbe.c
src/wal.c
test/pager1.test
test/wal2.test
test/wal3.test