mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user