]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enable fts3 tables to use incremental merge by automatically creating the
authordrh <drh@noemail.net>
Sat, 24 Mar 2012 17:29:05 +0000 (17:29 +0000)
committerdrh <drh@noemail.net>
Sat, 24 Mar 2012 17:29:05 +0000 (17:29 +0000)
commit6c2e7e19fa7f03707ac80961d5c29d3ba5095ea7
tree4799a815924df6cc4f215a6f8689b8014a204133
parent61fa09dbf2ecd85541aa9788809ba592b8c635c7
Enable fts3 tables to use incremental merge by automatically creating the
%_stat table when it is needed.

FossilOrigin-Name: cc051fc0b2d89603b27b94cf2afdbda417ee9d94
ext/fts3/fts3.c
ext/fts3/fts3Int.h
ext/fts3/fts3_write.c
manifest
manifest.uuid
test/fts3merge.test [new file with mode: 0644]