]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add automatic recovery from the pager "error-state". Also add a new error code -...
authordanielk1977 <danielk1977@noemail.net>
Wed, 3 Oct 2007 08:46:44 +0000 (08:46 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Wed, 3 Oct 2007 08:46:44 +0000 (08:46 +0000)
commitae72d98252b4d012d4064324d027079565ab9f92
treecca73cf0e4516ac047a31a8f77ba413a7d2c8ffe
parentae1463b941c1e19ae939bc216f9db55e92c4e748
Add automatic recovery from the pager "error-state". Also add a new error code - SQLITE_IOERR_NOMEM. (CVS 4454)

FossilOrigin-Name: 12eca32a6a3d68d5b20eed03afdffe7599e66014
21 files changed:
manifest
manifest.uuid
src/attach.c
src/btree.c
src/main.c
src/mem2.c
src/os.c
src/pager.c
src/prepare.c
src/sqlite.h.in
src/sqliteInt.h
src/utf.c
test/altermalloc.test
test/attachmalloc.test
test/malloc.test
test/malloc2.test
test/malloc3.test
test/malloc6.test
test/mallocC.test
test/malloc_common.tcl
test/onefile.test