mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
BDB_MULTI still needs the dupsort function.
This commit is contained in:
parent
fff5fc14ec
commit
7c8c5213b1
@ -91,6 +91,7 @@ bdb_db_cache(
|
|||||||
#endif
|
#endif
|
||||||
#ifdef BDB_IDL_MULTI
|
#ifdef BDB_IDL_MULTI
|
||||||
rc = db->bdi_db->set_flags( db->bdi_db, DB_DUP | DB_DUPSORT );
|
rc = db->bdi_db->set_flags( db->bdi_db, DB_DUP | DB_DUPSORT );
|
||||||
|
rc = db->bdi_db->set_dup_compare( db->bdi_db, bdb_bt_compare );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
file = ch_malloc( strlen( name ) + sizeof(BDB_SUFFIX) );
|
file = ch_malloc( strlen( name ) + sizeof(BDB_SUFFIX) );
|
||||||
|
Loading…
Reference in New Issue
Block a user