]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor wal.c to use the VFS. This check-in compiles and links and works
authordrh <drh@noemail.net>
Thu, 29 Apr 2010 22:34:07 +0000 (22:34 +0000)
committerdrh <drh@noemail.net>
Thu, 29 Apr 2010 22:34:07 +0000 (22:34 +0000)
commit7ed91f2344f1cb6837e1fba1b83fba5b6ddce887
treed8c391a5c11dcc10cf6e142e404ae8ad5b2d89d1
parent31cbbbad1ccf37ad2f83daf2b34416e643f75d3e
Refactor wal.c to use the VFS.  This check-in compiles and links and works
ok as long as you leave WAL turned off, but WAL does not work.

FossilOrigin-Name: 62db5fa3b61be885b2d94e9b9ce3877b2c588350
14 files changed:
manifest
manifest.uuid
src/btree.c
src/main.c
src/os_unix.c
src/pager.c
src/pager.h
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/vdbe.c
src/vdbeapi.c
src/wal.c
src/wal.h