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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user