databaseConfig.setTransactional(true);
bdbMasterDir = config.getBdbDataDirectory();
useOneEnvPerStore = config.isBdbOneEnvPerStore();
unreservedStores = new HashSet<Environment>();
aggBdbStats = new AggregatedBdbEnvironmentStats();
if(config.isJmxEnabled()) {
JmxUtils.registerMbean("aggregated-bdb", aggBdbStats);
}
}