summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_based_access_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/btree_based_access_method.h')
-rw-r--r--src/mongo/db/index/btree_based_access_method.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/index/btree_based_access_method.h b/src/mongo/db/index/btree_based_access_method.h
index 386d36e2e23..f30a2e946de 100644
--- a/src/mongo/db/index/btree_based_access_method.h
+++ b/src/mongo/db/index/btree_based_access_method.h
@@ -134,7 +134,8 @@ namespace mongo {
private:
bool removeOneKey(OperationContext* txn,
const BSONObj& key,
- const DiskLoc& loc);
+ const DiskLoc& loc,
+ bool dupsAllowed);
scoped_ptr<SortedDataInterface> _newInterface;
};