]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enable cell overflow checking in sqlite3BtreeInitPage() using the
authordrh <drh@noemail.net>
Tue, 9 Jun 2009 13:42:24 +0000 (13:42 +0000)
committerdrh <drh@noemail.net>
Tue, 9 Jun 2009 13:42:24 +0000 (13:42 +0000)
commit3b2a3fa42edd52fa20263a82d720d017122bf03f
tree4779593ec9e1e910f0e1c323305b5c1359611eaf
parent80929b3de99cffac8cd615ab361a045a79e2f31a
Enable cell overflow checking in sqlite3BtreeInitPage() using the
compile-time option SQLITE_ENABLE_OVERSIZE_CELL_CHECK.  Change the tests
so that they recognize different error messages depending on the setting
of this macro. (CVS 6735)

FossilOrigin-Name: 56bff6eb2fc5f0afbd96afc986671ec744bd40e1
manifest
manifest.uuid
src/btree.c
src/test_config.c
test/corrupt7.test