mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix minor problems with the output of "PRAGMA wal_checkpoint". In both code and tests.
FossilOrigin-Name: aef61036b31963e4c3ff4e8acf8c1734dc9394af
This commit is contained in:
@ -1182,7 +1182,7 @@ foreach {tn sql reslist} {
|
||||
INSERT INTO t1 VALUES(5, 6);
|
||||
COMMIT; -- 1 wal sync
|
||||
PRAGMA wal_checkpoint; -- 1 wal sync, 1 db sync
|
||||
} {10}
|
||||
} {10 0 5 5 0 2 2}
|
||||
|
||||
do_test wal2-14.$tn.3 {
|
||||
list $sqlite_sync_count $sqlite_fullsync_count
|
||||
|
Reference in New Issue
Block a user