1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Expose the value of compile time symbol SQLITE_MAX_DEFAULT_PAGE_SIZE to test scripts.

FossilOrigin-Name: 335736637c4ac3fe56a44fe01d4c037aaefa916a
This commit is contained in:
dan
2011-07-06 09:36:59 +00:00
parent da6e42ab32
commit b0a43057fb
3 changed files with 8 additions and 7 deletions

View File

@@ -571,6 +571,7 @@ Tcl_SetVar2(interp, "sqlite_options", "long_double",
LINKVAR( DEFAULT_PAGE_SIZE );
LINKVAR( DEFAULT_FILE_FORMAT );
LINKVAR( MAX_ATTACHED );
LINKVAR( MAX_DEFAULT_PAGE_SIZE );
{
static const int cv_TEMP_STORE = SQLITE_TEMP_STORE;