summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@10gen.com>2017-05-05 14:43:36 -0400
committerDaniel Gottlieb <daniel.gottlieb@10gen.com>2017-05-05 14:43:36 -0400
commite6d9d9722c86626c86a157be45f721ed49267863 (patch)
treeb958de25bb48a860d485e2ca50757d923cbf29b6 /src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h
parent3254737dde79507d1f1c075e41e51559e59a426c (diff)
downloadmongo-e6d9d9722c86626c86a157be45f721ed49267863.tar.gz
Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupCollections is engaged"
This reverts commit 867eda89f5451408c9ba96eaa1035c89f3401bb1.
Diffstat (limited to 'src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h')
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h b/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h
index cb7c8374633..5e11b67e90a 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h
@@ -37,7 +37,6 @@
#include "mongo/db/catalog/collection_options.h"
#include "mongo/db/storage/capped_callback.h"
-#include "mongo/db/storage/kv/kv_prefix.h"
#include "mongo/db/storage/record_store.h"
#include "mongo/platform/atomic_word.h"
#include "mongo/stdx/condition_variable.h"
@@ -103,8 +102,7 @@ public:
int64_t cappedMaxSize = -1,
int64_t cappedMaxDocs = -1,
CappedCallback* cappedCallback = nullptr,
- WiredTigerSizeStorer* sizeStorer = nullptr,
- KVPrefix prefix = KVPrefix::kNotPrefixed);
+ WiredTigerSizeStorer* sizeStorer = nullptr);
virtual ~WiredTigerRecordStore();
@@ -322,8 +320,6 @@ private:
WiredTigerSizeStorer* _sizeStorer; // not owned, can be NULL
int _sizeStorerCounter;
- KVPrefix _prefix;
-
bool _shuttingDown;
// Non-null if this record store is underlying the active oplog.