From ecc14a6ff2342c06283c9ee49c1437f7abd10f1e Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Sat, 29 May 2010 15:55:35 -0700 Subject: another FreezeScript fix --- cpp/src/FreezeScript/Util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/FreezeScript/Util.cpp') diff --git a/cpp/src/FreezeScript/Util.cpp b/cpp/src/FreezeScript/Util.cpp index 49cebea2b56..2fa873573e0 100644 --- a/cpp/src/FreezeScript/Util.cpp +++ b/cpp/src/FreezeScript/Util.cpp @@ -223,7 +223,7 @@ FreezeScript::readCatalog(const Ice::CommunicatorPtr& communicator, const string // Open the database environment. // { - u_int32_t flags = DB_THREAD; + u_int32_t flags = DB_THREAD | DB_CREATE | DB_INIT_TXN | DB_INIT_MPOOL; dbEnv.open(dbEnvName.c_str(), flags, 0); } -- cgit v1.2.3