]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "PRAGMA...
authordan <dan@noemail.net>
Mon, 3 May 2010 11:05:08 +0000 (11:05 +0000)
committerdan <dan@noemail.net>
Mon, 3 May 2010 11:05:08 +0000 (11:05 +0000)
commit5a299f9134bb2f3aaa4412739f59be1a25219ca5
treed3381ae9a3910cad59bea48d2353373ec6729640
parent11398e5e54ad51b0c2b3ad15cc96c58a90b3cfd5
Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "PRAGMA wal_checkpoint".

FossilOrigin-Name: 714e5947264571386f966aa8fcdd5607b5832238
14 files changed:
manifest
manifest.uuid
src/main.c
src/pragma.c
src/sqliteInt.h
src/sqliteLimit.h
src/vdbeapi.c
test/savepoint.test
test/wal.test
test/walbak.test
test/walcrash.test
test/walhook.test
test/walslow.test
test/walthread.test