Tests updates for mdb

This commit is contained in:
Howard Chu 2011-09-01 17:03:57 -07:00
parent df81345337
commit 0e4412de20
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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"