]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance WAL mode so that the WAL file honors the journal size limit set
authordrh <drh@noemail.net>
Mon, 16 May 2011 21:00:27 +0000 (21:00 +0000)
committerdrh <drh@noemail.net>
Mon, 16 May 2011 21:00:27 +0000 (21:00 +0000)
commit85a837558066fdf758d19b905e024690076bb09b
tree568583e5440ae3a07a63e2ee0de3494d9218d185
parent99a66928c21a159697fc09e58ca1b0f1969491a7
Enhance WAL mode so that the WAL file honors the journal size limit set
by PRAGMA journal_size_limit.

FossilOrigin-Name: db7e500f69faf1906a84991ba67d26a195f02ae5
manifest
manifest.uuid
src/pager.c
src/wal.c
src/wal.h
test/wal7.test [new file with mode: 0644]