]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove xShmGet/Size/Release from the sqlite3_vfs structure. Change the name of xShmPa...
authordan <dan@noemail.net>
Mon, 14 Jun 2010 14:07:50 +0000 (14:07 +0000)
committerdan <dan@noemail.net>
Mon, 14 Jun 2010 14:07:50 +0000 (14:07 +0000)
commit188019153dcf33ffd9d63ba17ab4a29e95561cce
tree647c20b7c73baf4a8f6592d5802fc74ed1c59946
parentad3cadd8b2b737c5190b805360f773383843172e
Remove xShmGet/Size/Release from the sqlite3_vfs structure. Change the name of xShmPage to xShmMap. Remove some code that is now unused from os_unix.c and some of the test VFS implementations.

FossilOrigin-Name: fc0cabc15c97dde6a852b4f07df6d30f1d2c04bc
manifest
manifest.uuid
src/os.c
src/os.h
src/os_unix.c
src/sqlite.h.in
src/test6.c
src/test_devsym.c
src/test_osinst.c
src/test_vfs.c
src/wal.c