summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/s2_access_method.h
diff options
context:
space:
mode:
authorSiyuan Zhou <siyuan.zhou@mongodb.com>2016-10-13 18:15:32 -0400
committerSiyuan Zhou <siyuan.zhou@mongodb.com>2016-11-04 19:12:51 -0400
commitf00448255bbb24c07e2f55e7e229f19e316350a6 (patch)
treea00435a63185256c3f27dfae0f97cff745459973 /src/mongo/db/index/s2_access_method.h
parent361efe3a8d6675b258b92a6f701a98123c4b613d (diff)
downloadmongo-f00448255bbb24c07e2f55e7e229f19e316350a6.tar.gz
SERVER-26202 Relax index constraints in oplog application
Diffstat (limited to 'src/mongo/db/index/s2_access_method.h')
-rw-r--r--src/mongo/db/index/s2_access_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/s2_access_method.h b/src/mongo/db/index/s2_access_method.h
index c0104fe144d..ad0044dc128 100644
--- a/src/mongo/db/index/s2_access_method.h
+++ b/src/mongo/db/index/s2_access_method.h
@@ -63,7 +63,7 @@ private:
* and fills each element with the prefixes of the indexed field that would cause this index to
* be multikey as a result of inserting 'keys'.
*/
- void getKeys(const BSONObj& obj, BSONObjSet* keys, MultikeyPaths* multikeyPaths) const final;
+ void doGetKeys(const BSONObj& obj, BSONObjSet* keys, MultikeyPaths* multikeyPaths) const final;
S2IndexingParams _params;