]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem in fts3/4 that was causing it to discard data cached in-memory if an...
authordan <dan@noemail.net>
Wed, 9 Mar 2016 18:17:42 +0000 (18:17 +0000)
committerdan <dan@noemail.net>
Wed, 9 Mar 2016 18:17:42 +0000 (18:17 +0000)
commit57ebc84a6e2baf82d0f11fab0f94006d15abcb28
tree1cf9b2805e86366cda8dbf5d62fd23f593964766
parent69c355bd9a749eb6349f2a67aeefbc937ca458bb
Fix a problem in fts3/4 that was causing it to discard data cached in-memory if an 'optimize' command is run when there is no data on disk. The usual way this would happen is if the very first transaction that writes to the fts3/4 table also includes an 'optimize' command.

FossilOrigin-Name: 79338b991bf01e81d336790ca87a0fa747da4ff3
ext/fts3/fts3_write.c
manifest
manifest.uuid
test/fts4opt.test