mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
DB_BUFFER_SMALL is BDB 4.4 only
This commit is contained in:
parent
e1f068f712
commit
576646abb1
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue