]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use the read and write version fields of the database header to mark a database as...
authordan <dan@noemail.net>
Tue, 20 Apr 2010 18:53:15 +0000 (18:53 +0000)
committerdan <dan@noemail.net>
Tue, 20 Apr 2010 18:53:15 +0000 (18:53 +0000)
commite04dc88be5436c47e49d46217ab1ce4dd2e27e11
treefc14cc95ec579a21a9d01273798701ee1ee6f40a
parent8d22a174115152a0a6a1d55ee7e7a855398b62eb
Use the read and write version fields of the database header to mark a database as operating in wal-mode.

FossilOrigin-Name: 96bef18c1411c3e0348295886f105e1646c46320
manifest
manifest.uuid
src/btree.c
src/btree.h
src/pager.c
src/pager.h
src/pragma.c
src/vdbe.c
test/wal.test
test/walmode.test [new file with mode: 0644]