case $THIS_SUB_DEPENDS in
   embedded|EMBEDDED) if list_find "$MADB_OPTS" "--with-embedded-server"; then return 0; fi;;
   innodb|INNODB) if [[ $MADB_ENGINES == *innodb_plugin* || "$MADB_ENGINES" == "all" ]]; then return 0; fi;;
esac
return 1
