summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/hash_access_method.h
diff options
context:
space:
mode:
authorArun Banala <arun.banala@10gen.com>2019-11-19 20:08:03 +0000
committerevergreen <evergreen@mongodb.com>2019-11-19 20:08:03 +0000
commit88956acd276472b1b4c0192f73b07d67c4cae29c (patch)
treec085c2f8a3e45d813cf79a94c7edc10d78ac0613 /src/mongo/db/index/hash_access_method.h
parent9b26ebdb7013b2a5244261cda9c8d5e82ee3e80e (diff)
downloadmongo-88956acd276472b1b4c0192f73b07d67c4cae29c.tar.gz
SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be updated or deleted after upgrade
Diffstat (limited to 'src/mongo/db/index/hash_access_method.h')
-rw-r--r--src/mongo/db/index/hash_access_method.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/index/hash_access_method.h b/src/mongo/db/index/hash_access_method.h
index 9bdaef9c0b7..ed539e90f7b 100644
--- a/src/mongo/db/index/hash_access_method.h
+++ b/src/mongo/db/index/hash_access_method.h
@@ -56,6 +56,7 @@ private:
* indexes don't support tracking path-level multikey information.
*/
void doGetKeys(const BSONObj& obj,
+ GetKeysContext context,
KeyStringSet* keys,
KeyStringSet* multikeyMetadataKeys,
MultikeyPaths* multikeyPaths,