From 92c6ee5cedf09928720b79592981dc1c6aeb0482 Mon Sep 17 00:00:00 2001 From: matt dannenberg Date: Tue, 14 Jul 2015 08:58:21 -0400 Subject: SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and read committed ignored on masterslave and standalone --- src/mongo/db/geo/haystack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/geo') diff --git a/src/mongo/db/geo/haystack.cpp b/src/mongo/db/geo/haystack.cpp index 789d21c8436..2caef7bc87e 100644 --- a/src/mongo/db/geo/haystack.cpp +++ b/src/mongo/db/geo/haystack.cpp @@ -70,7 +70,7 @@ public: bool slaveOverrideOk() const { return true; } - bool supportsReadMajority() const final { + bool supportsReadConcern() const final { return true; } -- cgit v1.2.1