summaryrefslogtreecommitdiffstats
path: root/include/query
diff options
context:
space:
mode:
Diffstat (limited to 'include/query')
-rw-r--r--include/query/pointlookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/query/pointlookup.h b/include/query/pointlookup.h
index 65cffa7..b42ec85 100644
--- a/include/query/pointlookup.h
+++ b/include/query/pointlookup.h
@@ -41,7 +41,7 @@ public:
typedef std::vector<Wrapped<R>> LocalResultType;
typedef std::vector<R> ResultType;
- constexpr static bool EARLY_ABORT = true;
+ constexpr static bool EARLY_ABORT = false;
constexpr static bool SKIP_DELETE_FILTER = true;
static LocalQuery *local_preproc(S *shard, Parameters *parms) {