]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a script to combine all fts5 code into a single file - fts5.c - that can be used...
authordan <dan@noemail.net>
Thu, 25 Jun 2015 20:10:24 +0000 (20:10 +0000)
committerdan <dan@noemail.net>
Thu, 25 Jun 2015 20:10:24 +0000 (20:10 +0000)
commited2589f5556abcf379bbd0570460b182257b6e34
treea030fcdfa72ebd2fa0af585e2b3e50cc627f7d99
parent51ef0f57c788bca09a88a397896fd6165ec7d45d
Add a script to combine all fts5 code into a single file - fts5.c - that can be used to build an SQLite loadable extension.

FossilOrigin-Name: 46e86b0637248fb4d623c97778cc041eabe3636c
Makefile.in
ext/fts5/fts5Int.h
ext/fts5/fts5_index.c
ext/fts5/fts5_main.c [moved from ext/fts5/fts5.c with 99% similarity]
ext/fts5/test/fts5_common.tcl
ext/fts5/tool/mkfts5c.tcl [new file with mode: 0644]
main.mk
manifest
manifest.uuid
src/main.c
tool/mksqlite3c.tcl