Skip to content
Snippets Groups Projects
Commit 1985b2c5 authored by Howard Chu's avatar Howard Chu
Browse files

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

must destroy existing indexes and run slapindex to regenerate.
parent 2c2bf67c
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment