From d126084328fc7c7adbe807b58cb91018a9d5e52a Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Tue, 1 Jun 2010 15:18:00 -0700 Subject: fixing FreezeScript database flags --- cpp/src/FreezeScript/DumpDB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/FreezeScript/DumpDB.cpp') diff --git a/cpp/src/FreezeScript/DumpDB.cpp b/cpp/src/FreezeScript/DumpDB.cpp index 5f4b2175bc7..c868e4e9000 100755 --- a/cpp/src/FreezeScript/DumpDB.cpp +++ b/cpp/src/FreezeScript/DumpDB.cpp @@ -494,7 +494,7 @@ run(const Ice::StringSeq& originalArgs, const Ice::CommunicatorPtr& communicator // Open the database environment and start a transaction. // { - u_int32_t flags = 0; + u_int32_t flags = DB_THREAD | DB_CREATE | DB_INIT_TXN | DB_INIT_MPOOL; dbEnv.open(dbEnvName.c_str(), flags, FREEZE_SCRIPT_DB_MODE); } -- cgit v1.2.3