]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a bug in DELETE that might cause a segfault when deleting more
authordrh <drh@noemail.net>
Wed, 24 Aug 2005 16:13:51 +0000 (16:13 +0000)
committerdrh <drh@noemail.net>
Wed, 24 Aug 2005 16:13:51 +0000 (16:13 +0000)
commit3ca84ba0a0b07683c88d9b59729a4f864b5c3f6c
tree6622376f6b555d4bd50ee348e2aeb55e627e1377
parent3268f2b10cd78011c164fc1f006f42f34071872d
Fix a bug in DELETE that might cause a segfault when deleting more
than 40940 rows of data all at once. (CVS 2620)

FossilOrigin-Name: 7c599bae33ba4eb10fc486ae3dab76330ce69936
manifest
manifest.uuid
src/vdbefifo.c
test/delete3.test [new file with mode: 0644]