]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove nRef and vfsMutex from the sqlite3_vfs structure. Omit the
authordrh <drh@noemail.net>
Fri, 24 Aug 2007 16:08:29 +0000 (16:08 +0000)
committerdrh <drh@noemail.net>
Fri, 24 Aug 2007 16:08:29 +0000 (16:08 +0000)
commit1cc8c448b52a143d6be1bea2e1ff52ca7a857663
tree95e1c17588fa56d3a8c3007f58a0f2549e492ea2
parent9663b8f92d1c519a936d883b979bd41c2d4e5f59
Remove nRef and vfsMutex from the sqlite3_vfs structure.  Omit the
sqlite3_vfs_release() interface.  Less memory allocated for a pager
in the common case where the size of the pathname is less than MAX_PATH. (CVS 4287)

FossilOrigin-Name: b8451da378179d43f25d9a014480c0f13dd1dc37
manifest
manifest.uuid
src/main.c
src/os.c
src/os_unix.c
src/os_win.c
src/pager.c
src/sqlite.h.in
src/test3.c
src/test6.c
test/pager.test