]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Update all built-in VFSes to return SQLITE_OK for the
authordrh <drh@noemail.net>
Wed, 26 Jan 2011 19:46:22 +0000 (19:46 +0000)
committerdrh <drh@noemail.net>
Wed, 26 Jan 2011 19:46:22 +0000 (19:46 +0000)
commit0b52b7d0cd6cca25a4fc1838a3de6e6584c33aaf
tree59e73b79ce0438638e8b90bbd446e80f0745fcf4
parentb69577d3b8fbf944ba032f39b4b6d5eb3ff99c85
Update all built-in VFSes to return SQLITE_OK for the
SQLITE_FCNTL_SYNC_OMITTED file-control operation.  Also change the
xFileControl methods to return SQLITE_NOTFOUND for unrecognized
operation codes.

FossilOrigin-Name: 6f2c72a0f6579db3f40c079436ca40e3e52bd6d9
manifest
manifest.uuid
src/main.c
src/os_os2.c
src/os_unix.c
src/os_win.c
src/sqlite.h.in
src/test1.c