Don't use subdatabases for indexes. This patch is an incompatible change,

must destroy existing indexes and run slapindex to regenerate.
This commit is contained in:
Howard Chu 2003-03-27 04:30:05 +00:00
parent 2c2bf67cea
commit 1985b2c5a1

View file

@ -115,7 +115,7 @@ bdb_db_cache(
flags = bdb->bi_db_opflags | DB_CREATE | DB_THREAD;
if ( !tid ) flags |= DB_AUTO_COMMIT;
rc = DB_OPEN( db->bdi_db, tid,
file, name,
file, NULL /* name */,
DB_HASH, flags,
bdb->bi_dbenv_mode );