]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_NOMEM_BKPT macro to enhance the ability to debug OOM errors.
authordrh <drh@noemail.net>
Mon, 15 Feb 2016 18:15:15 +0000 (18:15 +0000)
committerdrh <drh@noemail.net>
Mon, 15 Feb 2016 18:15:15 +0000 (18:15 +0000)
commit32c49904a6b7097f17b7c1835216fe6b50480562
tree3a869743a09a723b323513d71f6add1d0ed009aa
parent66acf297fdee9bc8eaa23b3864528e18d6f3cddb
parent8fd8413aaaa393e3b00c7f7283d805ba0353c1ad
Add the SQLITE_NOMEM_BKPT macro to enhance the ability to debug OOM errors.
Only effective with compiling with SQLITE_DEBUG.

FossilOrigin-Name: 9b3454762d142113f5923d754ca6bd2edefbd362
manifest
manifest.uuid
src/analyze.c
src/attach.c
src/build.c
src/main.c
src/sqliteInt.h
src/vdbemem.c
src/wal.c