]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Import experimental write-ahead-logging code.
authordan <dan@noemail.net>
Mon, 12 Apr 2010 19:00:29 +0000 (19:00 +0000)
committerdan <dan@noemail.net>
Mon, 12 Apr 2010 19:00:29 +0000 (19:00 +0000)
commit7c24610e640edd2d547c11fa87a185ffeef7e94f
treeda5a0bb59036280b4866c2e6628adf810b7a968d
parenteada58aa49ed28f9e037d7f05f35279e938968a4
Import experimental write-ahead-logging code.

FossilOrigin-Name: 409d61baeb0a19d1700c973f16c8acef7b8506cd
14 files changed:
main.mk
manifest
manifest.uuid
src/log.c [new file with mode: 0644]
src/os_unix.c
src/pager.c
src/pager.h
src/pragma.c
src/vdbe.c
test/wal.test [new file with mode: 0644]
test/walcrash.test [new file with mode: 0644]
test/walslow.test [new file with mode: 0644]
test/walthread.test [new file with mode: 0644]
tool/mksqlite3c.tcl