mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
DB_BUFFER_SMALL is BDB 4.4 only
This commit is contained in:
parent
e1f068f712
commit
576646abb1
@ -271,6 +271,10 @@ struct bdb_op_info {
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef DB_BUFFER_SMALL
|
||||
#define DB_BUFFER_SMALL ENOMEM
|
||||
#endif
|
||||
|
||||
#define BDB_REUSE_LOCKERS
|
||||
|
||||
#define BDB_CSN_COMMIT 0
|
||||
|
Loading…
Reference in New Issue
Block a user