diff options
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index dd0650a77..7836dbd7d 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -11,7 +11,7 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.187 2003/05/29 17:43:08 drh Exp $ +** @(#) $Id: sqliteInt.h,v 1.188 2003/05/29 17:50:55 drh Exp $ */ #include "config.h" #include "sqlite.h" @@ -137,8 +137,8 @@ typedef unsigned INTPTR_TYPE uptr; /* Big enough to hold a pointer */ ** original pages plus 16448 overflow pages each holding 1020 bytes of ** data. */ -/* #define MAX_BYTES_PER_ROW 1048576 */ -#define MAX_BYTES_PER_ROW 16777198 +#define MAX_BYTES_PER_ROW 1048576 +/* #define MAX_BYTES_PER_ROW 16777198 */ /* ** If memory allocation problems are found, recompile with |