]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Support compile-time option SQLITE_OMIT_WAL, for building without WAL support.
authordan <dan@noemail.net>
Sat, 1 May 2010 16:40:20 +0000 (16:40 +0000)
committerdan <dan@noemail.net>
Sat, 1 May 2010 16:40:20 +0000 (16:40 +0000)
commit5cf53537a8ec78f1f9b917e2f242ca1924057ddc
tree491728fa98fd33ae8e691871f95c0472c4128882
parent057f1ecddb5d0fa7aaebc8257a388b03a9744cbb
Support compile-time option SQLITE_OMIT_WAL, for building without WAL support.

FossilOrigin-Name: 9b230c43dfa112e3e1589f9775926807bd36b36e
22 files changed:
manifest
manifest.uuid
src/btree.c
src/main.c
src/os_unix.c
src/pager.c
src/pragma.c
src/sqliteInt.h
src/test_config.c
src/vdbe.c
src/vdbeapi.c
src/wal.c
src/wal.h
test/corruptA.test
test/rdonly.test
test/wal.test
test/walbak.test
test/walcrash.test
test/walhook.test
test/walmode.test
test/walslow.test
test/walthread.test