mirror of https://gitee.com/bigwinds/arangodb
merge problems
This commit is contained in:
parent
a5796c8c66
commit
56cd3327a6
|
@ -825,9 +825,6 @@ int ArangoServer::executeConsole (OperationMode::server_operation_mode_e mode) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console->close();
|
|
||||||
|
|
||||||
delete console;
|
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
#include "Logger/Logger.h"
|
#include "Logger/Logger.h"
|
||||||
#include "Rest/Endpoint.h"
|
#include "Rest/Endpoint.h"
|
||||||
#include "Rest/HttpRequest.h"
|
#include "Rest/HttpRequest.h"
|
||||||
#include "Rest/Initialise.h"
|
#include "Rest/InitialiseRest.h"
|
||||||
#include "SimpleHttpClient/SimpleHttpClient.h"
|
#include "SimpleHttpClient/SimpleHttpClient.h"
|
||||||
#include "SimpleHttpClient/SimpleHttpResult.h"
|
#include "SimpleHttpClient/SimpleHttpResult.h"
|
||||||
#include "Benchmark/BenchmarkCounter.h"
|
#include "Benchmark/BenchmarkCounter.h"
|
||||||
|
|
Loading…
Reference in New Issue