1
0
Fork 0

fixed dependencies (#2796)

This commit is contained in:
Frank Celler 2017-07-13 19:27:32 +02:00 committed by GitHub
parent bf168a7496
commit 1835512113
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ DatabaseFeature::DatabaseFeature(ApplicationServer* server)
startsAfter("DatabasePath");
startsAfter("EngineSelector");
startsAfter("InitDatabase");
startsAfter("MMFilesEngine"); // TODO: remove from here! Currently, we need the _vocbase in systemDatabase()
startsAfter("MMFilesPersistentIndex"); // TODO: remove from here!
startsAfter("RocksDBEngine");
startsAfter("Scheduler");