Compare commits
1 Commits
update-iss
...
release/2.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c195d8415 |
@@ -64,7 +64,7 @@ option(MG_ENTERPRISE "Build Memgraph Enterprise Edition" ON)
|
|||||||
# Set the current version here to override the automatic version detection. The
|
# Set the current version here to override the automatic version detection. The
|
||||||
# version must be specified as `X.Y.Z`. Primarily used when building new patch
|
# version must be specified as `X.Y.Z`. Primarily used when building new patch
|
||||||
# versions.
|
# versions.
|
||||||
set(MEMGRAPH_OVERRIDE_VERSION "")
|
set(MEMGRAPH_OVERRIDE_VERSION "2.9.0")
|
||||||
|
|
||||||
# Custom suffix that this version should have. The suffix can be any arbitrary
|
# Custom suffix that this version should have. The suffix can be any arbitrary
|
||||||
# string. Primarily used when building a version for a specific customer.
|
# string. Primarily used when building a version for a specific customer.
|
||||||
|
|||||||
@@ -15,6 +15,10 @@
|
|||||||
#include "disk_test_utils.hpp"
|
#include "disk_test_utils.hpp"
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
|
// Has to be before the rest of includes because of TRUE redefinition. Antlr
|
||||||
|
// and krb5 in conflict on CentOS7.
|
||||||
|
#include "query_plan_common.hpp"
|
||||||
|
// Do NOT remove this comment because clang-format will reorder includes.
|
||||||
#include "query/frontend/semantic/symbol_generator.hpp"
|
#include "query/frontend/semantic/symbol_generator.hpp"
|
||||||
#include "query/frontend/semantic/symbol_table.hpp"
|
#include "query/frontend/semantic/symbol_table.hpp"
|
||||||
#include "query/plan/planner.hpp"
|
#include "query/plan/planner.hpp"
|
||||||
@@ -22,8 +26,6 @@
|
|||||||
#include "storage/v2/inmemory/storage.hpp"
|
#include "storage/v2/inmemory/storage.hpp"
|
||||||
#include "utils/algorithm.hpp"
|
#include "utils/algorithm.hpp"
|
||||||
|
|
||||||
#include "query_plan_common.hpp"
|
|
||||||
|
|
||||||
#include "formatters.hpp"
|
#include "formatters.hpp"
|
||||||
|
|
||||||
using namespace memgraph::query::plan;
|
using namespace memgraph::query::plan;
|
||||||
|
|||||||
Reference in New Issue
Block a user