1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix bugs in temp database handling introduced by the prevous check-in. (CVS 4288)

FossilOrigin-Name: 300038be9368556a29efce7cf3657fabfe54d8f9
This commit is contained in:
drh
2007-08-24 16:29:23 +00:00
parent 1cc8c448b5
commit ae28c01aa8
4 changed files with 31 additions and 30 deletions

View File

@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this script is page cache subsystem.
#
# $Id: pager.test,v 1.29 2007/08/24 16:08:29 drh Exp $
# $Id: pager.test,v 1.30 2007/08/24 16:29:24 drh Exp $
set testdir [file dirname $argv0]
@ -409,7 +409,6 @@ do_test pager-4.6.1 {
# Test truncate on an in-memory database is Ok.
ifcapable memorydb {
do_test pager-4.6.2 {
btree_breakpoint
set ::p2 [pager_open :memory: 10]
pager_truncate $::p2 5
} {}