]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_DBSTATUS_CACHE_SIZE verb for sqlite3_db_status(). The
authordrh <drh@noemail.net>
Wed, 10 Mar 2010 21:42:07 +0000 (21:42 +0000)
committerdrh <drh@noemail.net>
Wed, 10 Mar 2010 21:42:07 +0000 (21:42 +0000)
commit63da089314cf0439d6467685d0c3d51c6205ad01
tree8f58504503f460f83451c75f9f843dd49f8651cd
parent9f8da32662969650b7b6de88d5d72426acb14215
Add the SQLITE_DBSTATUS_CACHE_SIZE verb for sqlite3_db_status().  The
highwater mark does not yet work on this verb.

FossilOrigin-Name: 418c6d8113bc337556b0d47acfd6a7d865d1121f
manifest
manifest.uuid
src/pager.c
src/pager.h
src/sqlite.h.in
src/status.c
src/test_malloc.c
test/dbstatus.test [new file with mode: 0644]