#include "pdfile.h"
#include "db.h"
#include "dbhelpers.h"
#include "query.h"
#include "../pch.h"
#include "../util/message.h"
#include "dbmessage.h"
#include "jsobj.h"
#include "diskloc.h"
#include "projection.h"
#include "../client/dbclient.h"
#include "cursor.h"
#include "../util/background.h"
#include "matcher.h"
#include "queryutil.h"
#include "../util/optime.h"
#include "../util/timer.h"
Go to the source code of this file.
Classes | |
class | mongo::FindingStartCursor |
Namespaces | |
namespace | mongo |
Functions | |
void | mongo::_logOpObjRS (const BSONObj &op) |
void | mongo::applyOperation_inlock (const BSONObj &op, bool fromRepl=true) |
void | mongo::createOplog () |
void | mongo::logKeepalive () |
void | mongo::logOp (const char *opstr, const char *ns, const BSONObj &obj, BSONObj *patt=0, bool *b=0) |
void | mongo::logOpComment (const BSONObj &obj) |
void | mongo::oplogCheckCloseDatabase (Database *db) |
void | mongo::pretouchN (vector< BSONObj > &, unsigned a, unsigned b) |
void | mongo::pretouchOperation (const BSONObj &op) |
Variables | |
int | mongo::__findingStartInitialTimeout |