summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-03-03 17:39:34 -0500
committerEliot Horowitz <eliot@10gen.com>2014-04-03 13:31:48 -0400
commitee2e11d9a364677a5d495bf1252e87dcc5f0fb6c (patch)
tree033fbd5dc16ca3f5fcdc7dbd74cf25f1f0d52562 /src/mongo/db/catalog/index_catalog.h
parentdb847f131d1810622b974ba2fa20c9d8fd578a2d (diff)
downloadmongo-ee2e11d9a364677a5d495bf1252e87dcc5f0fb6c.tar.gz
SERVER-11643: remove many nsdetails calls
Diffstat (limited to 'src/mongo/db/catalog/index_catalog.h')
-rw-r--r--src/mongo/db/catalog/index_catalog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/catalog/index_catalog.h b/src/mongo/db/catalog/index_catalog.h
index d1852b13a7a..5deb5ff65d8 100644
--- a/src/mongo/db/catalog/index_catalog.h
+++ b/src/mongo/db/catalog/index_catalog.h
@@ -103,6 +103,8 @@ namespace mongo {
bool includeUnfinishedIndexes = false ) const;
// never returns NULL
+ const IndexCatalogEntry* getEntry( const IndexDescriptor* desc ) const;
+
IndexAccessMethod* getIndex( const IndexDescriptor* desc );
const IndexAccessMethod* getIndex( const IndexDescriptor* desc ) const;