]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the xLockState method for sqlite3_io_methods. Replace it with
authordrh <drh@noemail.net>
Fri, 31 Aug 2007 18:34:59 +0000 (18:34 +0000)
committerdrh <drh@noemail.net>
Fri, 31 Aug 2007 18:34:59 +0000 (18:34 +0000)
commit9e33c2c108084cb7722004df9d0c0c8597ab87fb
treef62c35afd2271073385c8ed61818352a3d0636be
parente6a58a4e2a71f9d1b9a0680db9c0ed576b6b4d05
Remove the xLockState method for sqlite3_io_methods.  Replace it with
a defined call to xFileControl().  This simplifies the interface and
also gives us coverage testing of sqlite3_file_control(). (CVS 4355)

FossilOrigin-Name: 306586c412b87c6d12bac796641517afa3f9eb6a
13 files changed:
manifest
manifest.uuid
src/journal.c
src/os.c
src/os.h
src/os_unix.c
src/os_win.c
src/pager.c
src/pager.h
src/pragma.c
src/sqlite.h.in
src/test6.c
src/test_async.c