]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_DB_STATUS_CACHE_HIT and MISS options. For querying the number of cache...
authordan <dan@noemail.net>
Thu, 22 Sep 2011 14:41:16 +0000 (14:41 +0000)
committerdan <dan@noemail.net>
Thu, 22 Sep 2011 14:41:16 +0000 (14:41 +0000)
commit58ca31c9057ee914d9cf4d1e47cf901c7501e75f
treeeec2b333105dc748801d337452074e5c254a9059
parent0fe0c466cafc174a8f14dbaf1d7cab8dcdc25773
Add the SQLITE_DB_STATUS_CACHE_HIT and MISS options. For querying the number of cache hits and misses on a per-connection basis.

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