0d9f55a177
malloc/calloc/realloc appropriately, and use sizeof(var) instead of sizeof(type) to make certain that we don't get a mismatch between them as the code rots. (CVS 3693) FossilOrigin-Name: fbc53da8c645935c74e49af2ab2cf447dc72ba4e |
||
---|---|---|
.. | ||
fts2_hash.c | ||
fts2_hash.h | ||
fts2_porter.c | ||
fts2_tokenizer1.c | ||
fts2_tokenizer.h | ||
fts2.c | ||
fts2.h | ||
README.txt |
This folder contains source code to the second full-text search extension for SQLite. While the API is the same, this version uses a substantially different storage schema from fts1, so tables will need to be rebuilt.