From 3c2beabcad540bfe5c040ee5cf167672cb5b92e7 Mon Sep 17 00:00:00 2001 From: sebd <> Date: Fri, 24 Feb 2006 12:37:34 +0000 Subject: [PATCH] Upgrading Berkeley DB XML to version 2.2.13 requires the use of a flag on the DB environment. --- src/modules/dbxmldatabases.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/dbxmldatabases.py b/src/modules/dbxmldatabases.py index 7a02005..92eaf89 100644 --- a/src/modules/dbxmldatabases.py +++ b/src/modules/dbxmldatabases.py @@ -170,6 +170,7 @@ def __init__(): """ DbXmlDatabase._environment = db.DBEnv() # DbXmlDatabase._environment.set_shm_key(35) + DbXmlDatabase._environment.set_flags(db.DB_CDB_ALLDB, 1); configuration = environs.getVar("configuration") dbHome = configuration.getConfigAbsolutePath( """yep:module[@name="%s"]/yep:environment/@dbHome""" % __init__.__module__,