summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/throttle_cursor.h
diff options
context:
space:
mode:
authorMathias Stearn <redbeard0531@gmail.com>2022-02-04 14:58:47 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-11 13:17:40 +0000
commit5717ae8710c8d91949e080ed98385d0ed990fded (patch)
treebcb5f700ffeef4e06f7ac5cf097cab0194d41779 /src/mongo/db/catalog/throttle_cursor.h
parent58b7a5be37e56989f015d6964cb31df073b95168 (diff)
downloadmongo-5717ae8710c8d91949e080ed98385d0ed990fded.tar.gz
SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexes
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 d1551fb8191..1b995989dcf 100644
--- a/src/mongo/db/catalog/throttle_cursor.h
+++ b/src/mongo/db/catalog/throttle_cursor.h
@@ -85,7 +85,7 @@ private:
class SortedDataInterfaceThrottleCursor {
public:
SortedDataInterfaceThrottleCursor(OperationContext* opCtx,
- const IndexAccessMethod* iam,
+ const SortedDataIndexAccessMethod* iam,
DataThrottle* dataThrottle);
boost::optional<IndexKeyEntry> seek(OperationContext* opCtx, const KeyString::Value& key);