![]() |
Storage Engine API
|
#include "mongo/db/operation_context.h"
Go to the source code of this file.
Namespaces | |
mongo | |
Copyright (C) 2014 MongoDB Inc. | |
mongo::catalog | |
Functions | |
void | mongo::catalog::closeCatalog (OperationContext *opCtx) |
Closes the catalog, destroying all associated in-memory data structures for all databases. More... | |
void | mongo::catalog::openCatalog (OperationContext *opCtx) |
Restores the catalog and all in-memory state after a call to closeCatalog(). More... | |