From 3547c5184c569e927a330c29d181b63ec319f831 Mon Sep 17 00:00:00 2001 From: drh Date: Mon, 13 Jul 2015 18:01:14 +0000 Subject: [PATCH] Fix the header comment on the loadfts.c utility program. FossilOrigin-Name: 955ad4ae1978eeee1be9014fe2760c8519ad6206 --- manifest | 14 +++++++------- manifest.uuid | 2 +- tool/loadfts.c | 6 +++++- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/manifest b/manifest index 7d1324ea39..1abb778338 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sinconsistencies\sin\sformatting\sof\sfts5\sdocs. -D 2015-07-10T17:55:42.512 +C Fix\sthe\sheader\scomment\son\sthe\sloadfts.c\sutility\sprogram. +D 2015-07-13T18:01:14.191 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 017bf0511d1b2dd1db5e16488fbf75a17b526cbc F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -1322,7 +1322,7 @@ F tool/genfkey.test 4196a8928b78f51d54ef58e99e99401ab2f0a7e5 F tool/getlock.c f4c39b651370156cae979501a7b156bdba50e7ce F tool/lemon.c b9109f59b57e7b6f101c4fe644c8361ba6dee969 F tool/lempar.c 01ca97f87610d1dac6d8cd96ab109ab1130e76dc -F tool/loadfts.c 76b6589ab5efcdc9cfe16d43ab5a6c2618e44bd4 +F tool/loadfts.c f6443dd32e23fd9c846d0c286c1f6c7cb2c8c6ea F tool/logest.c eef612f8adf4d0993dafed0416064cf50d5d33c6 F tool/mkautoconfamal.sh d1a2da0e15b2ed33d60af35c7e9d483f13a8eb9f F tool/mkkeywordhash.c dfff09dbbfaf950e89af294f48f902181b144670 @@ -1365,7 +1365,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f -P b2de77a01cc5edcea2f98f7916e64cb33e6bd414 -R 7c08478f15e7cb3428a462d66cb461c5 -U dan -Z eba5e30eba51a8866d4bf4dc68e41c5e +P 5fb4c77163be8d5ff1e2934dda3cc2ad0a6267e8 +R d3824c43622cd5af3eb2d4500e444b7b +U drh +Z 5617f1fcb2290edff5681fccc612ced5 diff --git a/manifest.uuid b/manifest.uuid index f05b61bf94..87dcea2412 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -5fb4c77163be8d5ff1e2934dda3cc2ad0a6267e8 \ No newline at end of file +955ad4ae1978eeee1be9014fe2760c8519ad6206 \ No newline at end of file diff --git a/tool/loadfts.c b/tool/loadfts.c index 5b2ed5dc6a..e4ccd1b329 100644 --- a/tool/loadfts.c +++ b/tool/loadfts.c @@ -1,5 +1,5 @@ /* -** 2013-06-10 +** 2015-07-28 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: @@ -9,6 +9,10 @@ ** May you share freely, never taking more than you give. ** ************************************************************************* +** +** This file implements a utility program that will load many disk +** files (all files under a given directory) into a FTS table. This is +** used for performance testing of FTS3, FTS4, and FTS5. */ #include -- 2.47.3