mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
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:
parent
2c2bf67cea
commit
1985b2c5a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue