mirror of https://gitee.com/bigwinds/arangodb
fix windows compile (#4557)
This commit is contained in:
parent
5109417d72
commit
16648fc628
|
@ -194,7 +194,7 @@ static void writeError(int code, GeneralResponse* response) {
|
||||||
|
|
||||||
/// @brief fill a response object with correct response for a follower
|
/// @brief fill a response object with correct response for a follower
|
||||||
void ReplicationFeature::prepareFollowerResponse(GeneralResponse* response,
|
void ReplicationFeature::prepareFollowerResponse(GeneralResponse* response,
|
||||||
ServerState::Mode mode) {
|
arangodb::ServerState::Mode mode) {
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case ServerState::Mode::REDIRECT: {
|
case ServerState::Mode::REDIRECT: {
|
||||||
std::string endpoint;
|
std::string endpoint;
|
||||||
|
|
|
@ -137,8 +137,6 @@ function optimizerIndexesSortTestSuite () {
|
||||||
c.ensureSkiplist("value", "value2");
|
c.ensureSkiplist("value", "value2");
|
||||||
internal.waitForEstimatorSync(); // make sure estimates are consistent
|
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 query = "FOR i IN " + c.name() + " FILTER i.value == 1 SORT i.value, i.value2 RETURN i.value";
|
||||||
|
|
||||||
var plan = AQL_EXPLAIN(query).plan;
|
var plan = AQL_EXPLAIN(query).plan;
|
||||||
|
|
Loading…
Reference in New Issue