diff options
Diffstat (limited to 'testdata/tcl/tester.tcl')
-rw-r--r-- | testdata/tcl/tester.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/tcl/tester.tcl b/testdata/tcl/tester.tcl index cc7f913..b1acb06 100644 --- a/testdata/tcl/tester.tcl +++ b/testdata/tcl/tester.tcl @@ -129,6 +129,7 @@ if {[info command sqlite_orig]==""} { set ::dbhandle [lindex $args 0] uplevel #0 $::G(perm:dbconfig) } + [lindex $args 0] cache size 3 set res } else { # This command is not opening a new database connection. Pass the @@ -2478,6 +2479,7 @@ set sqlite_fts3_enable_parentheses 0 # this setting by invoking "database_can_be_corrupt" # database_never_corrupt +extra_schema_checks 1 source $testdir/thread_common.tcl source $testdir/malloc_common.tcl |