1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Update test file mutex1.test to account for [e3b500fb5d].

FossilOrigin-Name: c86e46f4fd8f485fa1d34c70e17ea3aa1b334ce3
This commit is contained in:
dan
2011-01-26 15:23:22 +00:00
parent 15ad92f2ae
commit b69577d3b8
3 changed files with 11 additions and 27 deletions

View File

@ -103,20 +103,14 @@ ifcapable threadsafe&&shared_cache {
singlethread {}
multithread {
fast static_lru static_master static_mem static_open static_prng
static_pmem
}
serialized {
fast recursive static_lru static_master static_mem static_open static_prng
fast recursive static_lru static_master static_mem static_open
static_prng static_pmem
}
} {
# Permutation "memsubsys1" configures a block of PAGECACHE memory. In
# multi-threaded and serialized modes, this causes SQLite to use the
# STATIC_PMEM mutex as well.
#
if {[permutation] == "memsubsys1" && $mode != "singlethread"} {
lappend mutexes static_pmem
}
do_test mutex1.2.$mode.1 {
catch {db close}
sqlite3_shutdown