summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/throttle_cursor.h
diff options
context:
space:
mode:
authorXiangyu Yao <xiangyu.yao@mongodb.com>2019-08-29 05:15:39 +0000
committerevergreen <evergreen@mongodb.com>2019-08-29 05:15:39 +0000
commitffd486c3ff049abc9f8a2c76b3e2b9dea970c19b (patch)
tree8e030dff77ff90c04aad143e14d1e2d924a92dcb /src/mongo/db/catalog/throttle_cursor.h
parent98413549db019381b09c85299cee53c31e284f17 (diff)
downloadmongo-ffd486c3ff049abc9f8a2c76b3e2b9dea970c19b.tar.gz
SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObj
Diffstat (limited to 'src/mongo/db/catalog/throttle_cursor.h')
-rw-r--r--src/mongo/db/catalog/throttle_cursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/throttle_cursor.h b/src/mongo/db/catalog/throttle_cursor.h
index 3d41a1f410b..1f67b24b520 100644
--- a/src/mongo/db/catalog/throttle_cursor.h
+++ b/src/mongo/db/catalog/throttle_cursor.h
@@ -72,7 +72,7 @@ public:
const IndexAccessMethod* iam,
std::shared_ptr<DataThrottle> dataThrottle);
- boost::optional<IndexKeyEntry> seek(OperationContext* opCtx, const BSONObj& key);
+ boost::optional<IndexKeyEntry> seek(OperationContext* opCtx, const KeyString::Value& key);
boost::optional<IndexKeyEntry> next(OperationContext* opCtx);