From 2d150ab7aed1d512e12396fb6398dd9d6de6bad9 Mon Sep 17 00:00:00 2001 From: Pontus Melke Date: Fri, 18 May 2018 14:10:49 +0200 Subject: [PATCH] Update to 3.2.11 --- community/cypher/cypher/pom.xml | 2 +- .../org/neo4j/cypher/internal/compatibility/v3_2/helpers.scala | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/community/cypher/cypher/pom.xml b/community/cypher/cypher/pom.xml index ccd768d648b46..2fa931bbb03fc 100644 --- a/community/cypher/cypher/pom.xml +++ b/community/cypher/cypher/pom.xml @@ -246,7 +246,7 @@ org.neo4j neo4j-cypher-compiler-3.2 - 3.2.10 + 3.2.11 org.neo4j diff --git a/community/cypher/cypher/src/main/scala/org/neo4j/cypher/internal/compatibility/v3_2/helpers.scala b/community/cypher/cypher/src/main/scala/org/neo4j/cypher/internal/compatibility/v3_2/helpers.scala index cf99b8f0be7dd..a8420ae87d02f 100644 --- a/community/cypher/cypher/src/main/scala/org/neo4j/cypher/internal/compatibility/v3_2/helpers.scala +++ b/community/cypher/cypher/src/main/scala/org/neo4j/cypher/internal/compatibility/v3_2/helpers.scala @@ -58,7 +58,8 @@ object helpers { config.errorIfShortestPathFallbackUsedAtRuntime, config.errorIfShortestPathHasCommonNodesAtRuntime, config.legacyCsvQuoteEscaping, - config.nonIndexedLabelWarningThreshold) + config.nonIndexedLabelWarningThreshold, + config.planWithMinimumCardinalityEstimates) def as3_2(tracer: CompilationPhaseTracer): org.neo4j.cypher.internal.frontend.v3_2.phases.CompilationPhaseTracer = {