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

Fix the functionality associated with sqlite3_release_memory() and sqlite3_soft_heap_limit(). It is automatically disabled if the SQLITE_CONFIG_PAGECACHE option is used. (CVS 5576)

FossilOrigin-Name: d025866b09352b32a6d35b97144eaad2fafb7165
This commit is contained in:
danielk1977
2008-08-21 12:19:44 +00:00
parent 0d3c5d3239
commit 67e3da7ad4
9 changed files with 141 additions and 105 deletions

View File

@ -9,7 +9,7 @@
#
#***********************************************************************
#
# $Id: mutex1.test,v 1.11 2008/08/20 14:49:25 danielk1977 Exp $
# $Id: mutex1.test,v 1.12 2008/08/21 12:19:44 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -99,11 +99,6 @@ ifcapable threadsafe {
multithread {fast static_lru static_master static_mem static_mem2 static_prng }
serialized {fast recursive static_lru static_master static_mem static_mem2 static_prng }
} {
ifcapable memorymanage {
if {$mode ne "singlethread"} {
lappend mutexes static_lru static_lru2 static_mem2
}
}
do_test mutex1.2.$mode.1 {
catch {db close}