1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Fix test script attach4.test so that it works with type 1 VFS implementations (no wal). And wal.test so that it work with a small default pager cache size.

FossilOrigin-Name: 29c7b42587000704d61f49badd584ac7040c3d7d
This commit is contained in:
dan
2011-04-07 05:17:32 +00:00
parent cef8368093
commit b73da5bd1c
4 changed files with 15 additions and 10 deletions

View File

@ -1544,6 +1544,7 @@ ifcapable autovacuum {
} [expr 84 * 1024]
do_test 24.4 {
execsql {
PRAGMA cache_size = 200;
PRAGMA incremental_vacuum;
PRAGMA wal_checkpoint;
}