mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 13:23:44 -05:00
Tests updates for mdb
This commit is contained in:
parent
df81345337
commit
0e4412de20
3 changed files with 3 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ rootpw secret
|
|||
#indexdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#checkpoint 1024 5
|
||||
#hdb#checkpoint 1024 5
|
||||
#mdb#maxsize 33554432
|
||||
#ndb#dbname db_1
|
||||
#ndb#include @DATADIR@/ndb.conf
|
||||
|
||||
|
|
|
|||
|
|
@ -173,7 +173,7 @@ fi
|
|||
# maindb: main storage backend. Currently index,limits,mode,paged results.
|
||||
INDEXDB=noindexdb MAINDB=nomaindb
|
||||
case $BACKEND in
|
||||
bdb|hdb) INDEXDB=indexdb MAINDB=maindb ;;
|
||||
bdb|hdb|mdb) INDEXDB=indexdb MAINDB=maindb ;;
|
||||
ndb) INDEXDB=indexdb ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
|
|
@ -750,7 +750,7 @@ case $RC in
|
|||
esac
|
||||
|
||||
if test $MAINDB != maindb ; then
|
||||
# only bdb|hdb currently supports pagedResults control
|
||||
# only bdb|hdb|mdb currently supports pagedResults control
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
|
||||
echo ">>>>> Test succeeded"
|
||||
|
|
|
|||
Loading…
Reference in a new issue