]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure the sqlite3BtreeCount() routine does not leave index cursors in an
authordrh <drh@noemail.net>
Tue, 16 Dec 2014 00:08:31 +0000 (00:08 +0000)
committerdrh <drh@noemail.net>
Tue, 16 Dec 2014 00:08:31 +0000 (00:08 +0000)
commit7efa426ee9797653fd23724e7ceaf4a13419fc29
tree64cc6205f534e9d19ddb0b97aca670b28456c91e
parent9af10620ec84430aa78b3c89656629784bb6a04c
Make sure the sqlite3BtreeCount() routine does not leave index cursors in an
inconsistent state, as doing so might result in an assertion fault inside
of sqlite3BtreeKey() called from saveAllCursors() if content is deleted out
from under the statement that issued the sqlite3BtreeCount() call.

FossilOrigin-Name: 5b1b697040116048e464b3ebab8395fe088e389a
manifest
manifest.uuid
src/btree.c
test/pragma.test