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