]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_FCNTL_RESET_CACHE verb. Use it to ensure that the page cache is purged...
authordrh <>
Mon, 26 Dec 2022 16:12:40 +0000 (16:12 +0000)
committerdrh <>
Mon, 26 Dec 2022 16:12:40 +0000 (16:12 +0000)
commitdf6f15b8222545633d3d4cccab28c17781ab08f7
tree1db7868fb5389e0a93f201704928561fc2b4eddd
parent2de62873d8a22e1cf1e08d6f439f7f6d2927596c
Add the SQLITE_FCNTL_RESET_CACHE verb. Use it to ensure that the page cache is purged before and after a the recovery extension is run.

FossilOrigin-Name: 71dd920f92457a30aff21665de5d6b8fcdcb06119022bb8fd950960c2e041216
ext/recover/recover1.test
ext/recover/sqlite3recover.c
manifest
manifest.uuid
src/btree.c
src/btree.h
src/main.c
src/sqlite.h.in