return dbConfig;
}
protected SecondaryConfig indexConfig(BDBJEConfig bdbConfig, Environment env)
{
LastModKeyCreator keyCreator = new LastModKeyCreator();
SecondaryConfig secConfig = new SecondaryConfig();
secConfig.setAllowCreate(env.getConfig().getAllowCreate());
secConfig.setTransactional(bdbConfig.useTransactions);
// should not need to auto-populate; except if re-creating broken
// indexes? (in which case one would have to drop index first, then re-open)