]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Have the btree layer detect when a "DELETE FROM tbl" statement is clearing a database...
authordan <Dan Kennedy>
Sat, 16 Oct 2021 17:09:36 +0000 (17:09 +0000)
committerdan <Dan Kennedy>
Sat, 16 Oct 2021 17:09:36 +0000 (17:09 +0000)
commit1273d69c8210e211bfa2b31bcb0a20a45c4f63b9
tree78047fc42040c10bf591fcc7bfddef0f391c2523
parentf7ff7556515dfc45a32ae7a3744d4584818b403f
Have the btree layer detect when a "DELETE FROM tbl" statement is clearing a database page that is still in use (due to database corruption) and report SQLITE_CORRUPT.

FossilOrigin-Name: a6fda39e81d0da98dd6b60b32e6df786f0089c1f4ac7f3a2936afd118bd04353
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
test/corruptN.test