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

Further changes to test scripts so that the "inmemory_journal" permutation works.

FossilOrigin-Name: 50f2f7dfd64f610982525fd7a0dd7c1ade67bebb
This commit is contained in:
dan
2010-07-03 16:37:45 +00:00
parent d506de0208
commit b3f4351f00
7 changed files with 64 additions and 34 deletions

View File

@ -15,6 +15,11 @@ source $testdir/tester.tcl
source $testdir/lock_common.tcl
source $testdir/malloc_common.tcl
if {[permutation] == "inmemory_journal"} {
finish_test
return
}
set a_string_counter 1
proc a_string {n} {
global a_string_counter
@ -23,6 +28,7 @@ proc a_string {n} {
}
db func a_string a_string
if 1 {
#-------------------------------------------------------------------------