Skip to content
Snippets Groups Projects
Commit 9be9afa0 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Init MPOOL in DB_THREAD test

parent 44146a1c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment