Init MPOOL in DB_THREAD test

This commit is contained in:
Kurt Zeilenga 2001-10-01 06:38:24 +00:00
parent 44146a1cb7
commit 9be9afa084
2 changed files with 227 additions and 217 deletions

View File

@ -344,6 +344,11 @@ main()
rc = db_env_create( &env, 0 );
flags |= DB_INIT_MPOOL;
#ifdef DB_MPOOL_PRIVATE
flags |= DB_MPOOL_PRIVATE;
#endif
if( rc ) {
printf("BerkeleyDB: %s\n", db_strerror(rc) );
return rc;

439
configure vendored

File diff suppressed because it is too large Load Diff