1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Disable the SQLITE_MAX_PAGE_SIZE compile time option (it is now always set to 65536). Fix some other problems in test files.

FossilOrigin-Name: 56cc883d3af5574c9dafecef8aa96d1d05c01b83
This commit is contained in:
dan
2010-08-18 15:25:17 +00:00
parent 35cf908a86
commit 5a9e07eb40
5 changed files with 23 additions and 20 deletions

View File

@@ -129,7 +129,7 @@ foreach locking_mode {normal exclusive} {
do_test ioerr5-1.$locking_mode-$iFail.3 {
sqlite3_soft_heap_limit 1024
compilesql16 "SELECT 10"
} {}
} {SQLITE_OK}
close $channel

View File

@@ -1499,9 +1499,10 @@ do_test wal-23.3 {
faultsim_restore_and_reopen
execsql { SELECT * FROM t1 }
} {1 2 3 4}
set nPage [expr 2+$AUTOVACUUM]
do_test wal-23.4 {
set ::log
} [list SQLITE_OK "Recovered 2 frames from WAL file $walfile"]
} [list SQLITE_OK "Recovered $nPage frames from WAL file $walfile"]
db close
sqlite3_shutdown