Storage Engine API
drop_indexes.h File Reference
#include "mongo/base/status.h"

Go to the source code of this file.

Namespaces

 mongo
 Copyright (C) 2014 MongoDB Inc.
 

Functions

Status mongo::dropIndexes (OperationContext *opCtx, const NamespaceString &nss, const BSONObj &idxDescriptor, BSONObjBuilder *result)
 Drops the index from collection "nss" that matches the "idxDescriptor" and populates "result" with some statistics about the dropped index. More...