1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Better debug logging of the pager. (CVS 1892)

FossilOrigin-Name: 1cc0323f2597584b3f3239e8948ac3ff3db8da03
This commit is contained in:
drh
2004-08-18 16:05:18 +00:00
parent 34f4732b06
commit 2b74d70a38
4 changed files with 12 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
# focus of this script is testing the ATTACH and DETACH commands
# and related functionality.
#
# $Id: attach2.test,v 1.24 2004/08/18 15:58:24 drh Exp $
# $Id: attach2.test,v 1.25 2004/08/18 16:05:20 drh Exp $
#
set testdir [file dirname $argv0]
@@ -64,7 +64,7 @@ do_test attach2-2.1 {
do_test attach2-2.2 {
# make sure test2.db did get attached.
db_list db
} {0 main 1 temp 2 t2}
} {0 main 2 t2}
db2 eval {COMMIT}
do_test attach2-2.5 {