summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/wiredtiger/wiredtiger_index.h')
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_index.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_index.h b/src/mongo/db/storage/wiredtiger/wiredtiger_index.h
index 5a94980c22c..44e1bb16ad9 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_index.h
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_index.h
@@ -126,8 +126,7 @@ public:
StringData ident,
KeyFormat rsKeyFormat,
const IndexDescriptor* desc,
- bool isLogged,
- bool readOnly);
+ bool isLogged);
virtual Status insert(OperationContext* opCtx,
const KeyString::Value& keyString,
@@ -232,8 +231,7 @@ protected:
KeyString::Version _handleVersionInfo(OperationContext* ctx,
const std::string& uri,
const IndexDescriptor* desc,
- bool isLogged,
- bool isReadOnly);
+ bool isLogged);
RecordId _decodeRecordIdAtEnd(const void* buffer, size_t size);
@@ -263,8 +261,7 @@ public:
StringData ident,
KeyFormat rsKeyFormat,
const IndexDescriptor* desc,
- bool isLogged,
- bool readOnly = false);
+ bool isLogged);
std::unique_ptr<SortedDataInterface::Cursor> newCursor(OperationContext* opCtx,
bool forward) const override;
@@ -305,8 +302,7 @@ public:
const std::string& uri,
StringData ident,
const IndexDescriptor* desc,
- bool isLogged,
- bool readOnly = false);
+ bool isLogged);
std::unique_ptr<Cursor> newCursor(OperationContext* opCtx,
bool isForward = true) const override;
@@ -357,8 +353,7 @@ public:
StringData ident,
KeyFormat rsKeyFormat,
const IndexDescriptor* desc,
- bool isLogged,
- bool readOnly = false);
+ bool isLogged);
std::unique_ptr<SortedDataInterface::Cursor> newCursor(OperationContext* opCtx,
bool forward) const override;