]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem in the block-sort logic that can arise if the VDBE opcode
authordrh <drh@noemail.net>
Wed, 19 Mar 2014 16:56:58 +0000 (16:56 +0000)
committerdrh <drh@noemail.net>
Wed, 19 Mar 2014 16:56:58 +0000 (16:56 +0000)
commit26d7e7c6b7dd234b5ae4cf6dd4ce96ed98b078c7
tree3f11da574a90aa3cc66dd1a28908e7cebbab96dd
parentba194369add5ddbbacda3edb43116960b59e301d
Fix a problem in the block-sort logic that can arise if the VDBE opcode
array is resized while the block-sort logic is being coded.  "make test"
now runs to completion, though there are still 17 failures.

FossilOrigin-Name: 62f3a22050e0f11c789374f8a3785df0a84c24cb
manifest
manifest.uuid
src/select.c