summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/parallel_collection_scan.cpp
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2015-07-14 08:58:21 -0400
committermatt dannenberg <matt.dannenberg@10gen.com>2015-07-19 12:31:09 -0400
commit92c6ee5cedf09928720b79592981dc1c6aeb0482 (patch)
treeb432767326684c1d6164cc2204eb47ec6e5b2869 /src/mongo/db/commands/parallel_collection_scan.cpp
parent3b758994b8922dc99aa891d0b6c5a5ddcbc91307 (diff)
downloadmongo-92c6ee5cedf09928720b79592981dc1c6aeb0482.tar.gz
SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and read committed ignored on masterslave and standalone
Diffstat (limited to 'src/mongo/db/commands/parallel_collection_scan.cpp')
-rw-r--r--src/mongo/db/commands/parallel_collection_scan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/parallel_collection_scan.cpp b/src/mongo/db/commands/parallel_collection_scan.cpp
index 351fc4f7711..e6754efde12 100644
--- a/src/mongo/db/commands/parallel_collection_scan.cpp
+++ b/src/mongo/db/commands/parallel_collection_scan.cpp
@@ -66,7 +66,7 @@ public:
return true;
}
- bool supportsReadMajority() const final {
+ bool supportsReadConcern() const final {
return true;
}