1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Add a new test script to exercise the deadlock avoidance code in the

btree mutex logic. (CVS 5412)

FossilOrigin-Name: 7d5e1c4375599a913d23e5954fa63c10ac9d7688
This commit is contained in:
drh
2008-07-14 19:39:16 +00:00
parent 584ff18996
commit 65cef1affc
5 changed files with 251 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
#
#***********************************************************************
#
# $Id: permutations.test,v 1.11 2008/07/10 18:13:43 drh Exp $
# $Id: permutations.test,v 1.12 2008/07/14 19:39:17 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -119,7 +119,6 @@ proc run_tests {name args} {
}
if {$::testmode ne "" && [lsearch $::testmode $name]<0} return
uplevel $options(-initialize)
set ::permutations_presql $options(-presql)