# HG changeset patch # User Sebastien Jodogne # Date 1549308608 -3600 # Node ID f451e93cd58ba4fab92099310e685561bf55ff1f # Parent 6f89d22a6ec01571627b6478ecc238017259d9c2 log diff -r 6f89d22a6ec0 -r f451e93cd58b Plugins/Engine/OrthancPluginDatabase.cpp --- a/Plugins/Engine/OrthancPluginDatabase.cpp Mon Feb 04 15:47:56 2019 +0100 +++ b/Plugins/Engine/OrthancPluginDatabase.cpp Mon Feb 04 20:30:08 2019 +0100 @@ -271,6 +271,18 @@ isOptimal = false; } + if (extensions_.getAllMetadata == NULL) + { + LOG(INFO) << MISSING << "GetAllMetadata()"; + isOptimal = false; + } + + if (extensions_.lookupResourceAndParent == NULL) + { + LOG(INFO) << MISSING << "LookupResourceAndParent()"; + isOptimal = false; + } + if (isOptimal) { LOG(INFO) << "The performance of the database index plugin "