]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Omit the long-disused FTS1 and FTS2 implements from the active source tree.
authordrh <>
Sat, 14 Jan 2023 19:53:42 +0000 (19:53 +0000)
committerdrh <>
Sat, 14 Jan 2023 19:53:42 +0000 (19:53 +0000)
commit57003792df9a76c4dad75f70201348863135190a
tree18c249ce48f13d9ab04e7b256b88dc2cf073f2c8
parent3f7b9944b8a489d378f573c5dede24bc9087c066
Omit the long-disused FTS1 and FTS2 implements from the active source tree.
The code will persist forever in the source repository, but there is no point
in carrying it around in the latest tarballs where it is never used.

FossilOrigin-Name: 2bb50d5aedef0fd216d94058f477a58d88aa3a68bbadc94fa67998b7c391a8ff
31 files changed:
Makefile.in
Makefile.msc
ext/fts1/README.txt [deleted file]
ext/fts1/ft_hash.c [deleted file]
ext/fts1/ft_hash.h [deleted file]
ext/fts1/fts1.c [deleted file]
ext/fts1/fts1.h [deleted file]
ext/fts1/fts1_hash.c [deleted file]
ext/fts1/fts1_hash.h [deleted file]
ext/fts1/fts1_porter.c [deleted file]
ext/fts1/fts1_tokenizer.h [deleted file]
ext/fts1/fts1_tokenizer1.c [deleted file]
ext/fts1/fulltext.c [deleted file]
ext/fts1/fulltext.h [deleted file]
ext/fts1/simple_tokenizer.c [deleted file]
ext/fts1/tokenizer.h [deleted file]
ext/fts2/README.tokenizers [deleted file]
ext/fts2/README.txt [deleted file]
ext/fts2/fts2.c [deleted file]
ext/fts2/fts2.h [deleted file]
ext/fts2/fts2_hash.c [deleted file]
ext/fts2/fts2_hash.h [deleted file]
ext/fts2/fts2_icu.c [deleted file]
ext/fts2/fts2_porter.c [deleted file]
ext/fts2/fts2_tokenizer.c [deleted file]
ext/fts2/fts2_tokenizer.h [deleted file]
ext/fts2/fts2_tokenizer1.c [deleted file]
ext/fts2/mkfts2amal.tcl [deleted file]
main.mk
manifest
manifest.uuid