]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_log_hook() interface for scheduling checkpoints.
authordan <dan@noemail.net>
Mon, 19 Apr 2010 18:03:51 +0000 (18:03 +0000)
committerdan <dan@noemail.net>
Mon, 19 Apr 2010 18:03:51 +0000 (18:03 +0000)
commit8d22a174115152a0a6a1d55ee7e7a855398b62eb
tree669530b4b07301e70ea338fc40bd01e68b290bc2
parent54934f4689ee181d366987cfe746dc2ed79c35be
Add the sqlite3_log_hook() interface for scheduling checkpoints.

FossilOrigin-Name: 9bda601455705475075e33bfa85687bce34b15ff
14 files changed:
manifest
manifest.uuid
src/log.c
src/log.h
src/main.c
src/pager.c
src/pager.h
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/vdbeapi.c
src/vdbeaux.c
test/tclsqlite.test
test/walhook.test [new file with mode: 0644]