1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Update mutex1.test so that it works with the memsubsys1 permutation (pagecache memory). Change a few instances of SQLITE_MUTEX_STATIC_LRU2 in comments and test code to STATIC_PMEM.

FossilOrigin-Name: 456bd5c63b41bae8e389df81e318b830aa314000
This commit is contained in:
dan
2011-01-26 07:25:32 +00:00
parent 7cfbeb7fb5
commit 6d4fb833b7
6 changed files with 27 additions and 15 deletions

View File

@@ -247,7 +247,7 @@ static int test_read_mutex_counters(
int ii;
char *aName[8] = {
"fast", "recursive", "static_master", "static_mem",
"static_open", "static_prng", "static_lru", "static_lru2"
"static_open", "static_prng", "static_lru", "static_pmem"
};
if( objc!=1 ){