1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Make sure the pagers in-memory cache states in sync with the disk file.

Ticket #529. (CVS 1133)

FossilOrigin-Name: da00efb13fe8ccf1c27e4e1193df6b53de9463f4
This commit is contained in:
drh
2003-12-17 23:57:34 +00:00
parent 4be295be07
commit acf4ac96e3
5 changed files with 91 additions and 23 deletions

View File

@ -13,7 +13,7 @@
# This file implements tests for miscellanous features that were
# left out of other test files.
#
# $Id: misc2.test,v 1.10 2003/12/10 01:31:21 drh Exp $
# $Id: misc2.test,v 1.11 2003/12/17 23:57:36 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -231,3 +231,5 @@ do_test misc2-9.3 {
SELECT count(*) FROM x;
}
} [expr 5*5*5*5]
finish_test