1 *** db/mp/mp_fget.c.orig 25 Sep 2003 02:15:16 -0000 11.81
2 --- db/mp/mp_fget.c 9 Dec 2003 19:06:28 -0000 11.82
7 R_UNLOCK(dbenv, &dbmp->reginfo[n_cache]);
8 - MUTEX_LOCK(dbenv, &hp->hash_mutex);
11 * We can't use the page we found in the pool if DB_MPOOL_NEW
20 + /* We can use the page -- get the bucket lock. */
21 + MUTEX_LOCK(dbenv, &hp->hash_mutex);
25 *** db/mp/mp_fput.c.orig 30 Sep 2003 17:12:00 -0000 11.48
26 --- db/mp/mp_fput.c 13 Dec 2003 00:08:29 -0000 11.49
30 bhp != NULL; bhp = SH_TAILQ_NEXT(bhp, hq, __bh))
31 if (bhp->priority != UINT32_T_MAX &&
32 bhp->priority > MPOOL_BASE_DECREMENT)
33 + bhp->priority -= MPOOL_BASE_DECREMENT;
34 MUTEX_UNLOCK(dbenv, &hp->hash_mutex);