1
0
Fork 0

Fix compilation.

This commit is contained in:
Max Neunhoeffer 2018-03-14 23:24:07 +01:00
parent ce8db24975
commit e72c8f24fb
No known key found for this signature in database
GPG Key ID: 89A912AD5E343E1E
1 changed files with 1 additions and 2 deletions

View File

@ -1840,7 +1840,6 @@ int ClusterInfo::createViewCoordinator(std::string const& databaseName,
+ viewID + " does not yet exist failed. Cannot create view.";
// Dump agency plan:
auto result = res.slice();
AgencyCommResult ag = ac.getValues("/");
if (ag.successful()) {
LOG_TOPIC(ERR, Logger::CLUSTER) << "Agency dump:\n"
@ -1909,7 +1908,7 @@ int ClusterInfo::dropViewCoordinator(
// Update our own cache:
loadPlan();
events::DropView(collectionID, TRI_ERROR_NO_ERROR);
events::DropView(viewID, TRI_ERROR_NO_ERROR);
return TRI_ERROR_NO_ERROR;
}