1
0
Fork 0

fix windows compile (#4557)

This commit is contained in:
Wilfried Goesgens 2018-02-11 18:56:13 +01:00 committed by Jan
parent 5109417d72
commit 16648fc628
2 changed files with 1 additions and 3 deletions

View File

@ -194,7 +194,7 @@ static void writeError(int code, GeneralResponse* response) {
/// @brief fill a response object with correct response for a follower
void ReplicationFeature::prepareFollowerResponse(GeneralResponse* response,
ServerState::Mode mode) {
arangodb::ServerState::Mode mode) {
switch (mode) {
case ServerState::Mode::REDIRECT: {
std::string endpoint;

View File

@ -137,8 +137,6 @@ function optimizerIndexesSortTestSuite () {
c.ensureSkiplist("value", "value2");
internal.waitForEstimatorSync(); // make sure estimates are consistent
print(c.getIndexes(true));
var query = "FOR i IN " + c.name() + " FILTER i.value == 1 SORT i.value, i.value2 RETURN i.value";
var plan = AQL_EXPLAIN(query).plan;