diff options
author | dan <dan@noemail.net> | 2011-02-01 18:59:34 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2011-02-01 18:59:34 +0000 |
commit | 290c939fbf9c90c0c6b2272bbd769efcf286bc5a (patch) | |
tree | 09f2e34bfb2a4d54d6f9126c858a74a192c0ca33 /src | |
parent | 6d311fb0ace85e7830a7eb5e23822739fd6ffd1e (diff) | |
download | sqlite-290c939fbf9c90c0c6b2272bbd769efcf286bc5a.tar.gz sqlite-290c939fbf9c90c0c6b2272bbd769efcf286bc5a.zip |
Remove extra instances of the text "checked out." from sqlite.h.in. Also add new file fts3_aux.c to mksqlite3c.tcl.
FossilOrigin-Name: 9897da22c5b51611597350efbe8d5dcaf39d748b
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index eb9774638..3ee1aa932 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -5534,24 +5534,21 @@ int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg); ** ^(<dt>SQLITE_DBSTATUS_LOOKASIDE_HIT</dt> ** <dd>This parameter returns the number malloc attempts that were ** satisfied using lookaside memory. Only the high-water value is meaningful; -** the current value is always zero. -** checked out.</dd>)^ +** the current value is always zero.)^ ** ** ^(<dt>SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE</dt> ** <dd>This parameter returns the number malloc attempts that might have ** been satisfied using lookaside memory but failed due to the amount of ** memory requested being larger than the lookaside slot size. ** Only the high-water value is meaningful; -** the current value is always zero. -** checked out.</dd>)^ +** the current value is always zero.)^ ** ** ^(<dt>SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL</dt> ** <dd>This parameter returns the number malloc attempts that might have ** been satisfied using lookaside memory but failed due to all lookaside ** memory already being in use. ** Only the high-water value is meaningful; -** the current value is always zero. -** checked out.</dd>)^ +** the current value is always zero.)^ ** ** ^(<dt>SQLITE_DBSTATUS_CACHE_USED</dt> ** <dd>This parameter returns the approximate number of of bytes of heap |