]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add comments and assert() statements to show that the return value from
authordrh <drh@noemail.net>
Tue, 14 Jul 2009 18:35:44 +0000 (18:35 +0000)
committerdrh <drh@noemail.net>
Tue, 14 Jul 2009 18:35:44 +0000 (18:35 +0000)
commitc27ae614ddfbd3d62fd9fad776f1f571cabb552f
tree673e1db29e8fea0bc6c47d84bbf7eea6c0078239
parentd7c7ecdb01644a0630fafdaa5e2c62f94e3ae449
Add comments and assert() statements to show that the return value from
sqlite3BtreeKeySize() and sqlite3BtreeData() usually do not matter.
Ticket #3968.  Also remove a NEVER() macro that can sometimes be true -
discovered while testing the previous change. (CVS 6893)

FossilOrigin-Name: 0c710c1be537127511d95b5b261c7bf26e1bc952
manifest
manifest.uuid
src/vdbe.c
src/vdbeaux.c