Index: src/sqlite.h.in ================================================================== --- src/sqlite.h.in +++ src/sqlite.h.in @@ -28,11 +28,11 @@ ** The name of this file under configuration management is "sqlite.h.in". ** The makefile makes some minor changes to this file (such as inserting ** the version number) and changes its name to "sqlite3.h" as ** part of the build process. ** -** @(#) $Id: sqlite.h.in,v 1.369 2008/07/12 20:35:08 drh Exp $ +** @(#) $Id: sqlite.h.in,v 1.370 2008/07/13 03:55:04 drh Exp $ */ #ifndef _SQLITE3_H_ #define _SQLITE3_H_ #include /* Needed for the definition of va_list */ @@ -6098,11 +6098,11 @@ ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not ** in bytes. Since a single thread may only have one allocation ** outstanding at time, this parameter also reports the number of threads ** using scratch memory at the same time. ** -**
SQLITE_STATUS_PAGECACHE_OVERFLOW
+**
SQLITE_STATUS_SCRATCH_OVERFLOW
**
This parameter returns the number of bytes of scratch memory ** allocation which could not be statisfied by the [SQLITE_CONFIG_SCRATCH] ** buffer and where forced to overflow to [sqlite3_malloc()].
** **
SQLITE_STATUS_MALLOC_SIZE