]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add function sqlite3OsFileControlNoFail(), which is the same as sqlite3OsFileControl...
authordan <dan@noemail.net>
Tue, 10 Jan 2012 16:56:39 +0000 (16:56 +0000)
committerdan <dan@noemail.net>
Tue, 10 Jan 2012 16:56:39 +0000 (16:56 +0000)
commit6f2f19a154095e833a154172d3f95c8343e1eb82
treef5292a63f697e5986d78fb4fd59f3d931b8af7c7
parent2bfe5b316c4fefcb39c74ca5dfbf7b5ae4ad905d
Add function sqlite3OsFileControlNoFail(), which is the same as sqlite3OsFileControl() except that it does not simulate OOM errors. This saves adding calls to the BenignMalloc() functions around each of the invocations of sqliteOsFileControl() that ignore the return code.

FossilOrigin-Name: af59b182d797642e5ec3ddf291cf62662a136bd1
manifest
manifest.uuid
src/os.c
src/os.h
src/pager.c
src/pragma.c
src/wal.c