]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging
authordrh <drh@noemail.net>
Tue, 23 Feb 2010 17:36:32 +0000 (17:36 +0000)
committerdrh <drh@noemail.net>
Tue, 23 Feb 2010 17:36:32 +0000 (17:36 +0000)
commit9978c97ec5d480741365687534690f04bc8cc6e4
tree85ee2b948fb789b9245796ca35a2e947e8e662e2
parent127f9d75e289e3a4cd45a16889bced0d94a1a608
Remove the obsolete sqlite3SafetyOn() mechanism.  Add additional logging
output for CORRUPT, and CANTOPEN errors.

FossilOrigin-Name: 7c4cca6d1a23a6d1591b62f58c3716a944969947
20 files changed:
manifest
manifest.uuid
src/analyze.c
src/attach.c
src/btree.c
src/complete.c
src/main.c
src/os_unix.c
src/os_win.c
src/pager.c
src/prepare.c
src/sqliteInt.h
src/util.c
src/vdbe.c
src/vdbeapi.c
src/vdbeaux.c
src/vdbeblob.c
src/vtab.c
src/where.c
test/safety.test [deleted file]