summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/write_stage_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/write_stage_common.h')
-rw-r--r--src/mongo/db/exec/write_stage_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/write_stage_common.h b/src/mongo/db/exec/write_stage_common.h
index 3eff70da081..5628822efff 100644
--- a/src/mongo/db/exec/write_stage_common.h
+++ b/src/mongo/db/exec/write_stage_common.h
@@ -80,7 +80,7 @@ private:
OperationContext* _opCtx;
NamespaceString _nss;
const bool _isEnabled;
- const bool _isStandaloneOrPrimary;
+ const bool _skipFiltering;
std::unique_ptr<ShardFilterer> _shardFilterer;
};