summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10026 BF-120 use safer data types for query curop debugHari Khalsa2014-02-031-68/+68
* SERVER-7754 include query plan debug string in slow query log and db.currentOp()David Storch2014-01-261-0/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12049 Redact sensitive data from slowms outputAndreas Nilsson2014-01-141-3/+7
* SERVER-3443 SERVER-7754 add plan exec stats to system profileHari Khalsa2014-01-141-0/+4
* SERVER-12319 nDocsModified in write commands to nModifiedRandolph Tan2014-01-131-1/+1
* SERVER-3409: Expose number of docs modified (excl. no-ops)Scott Hernandez2013-12-131-1/+1
* SERVER-10995 Leave CurOp::_start untouched when setting maxTimeMSJason Rassi2013-11-131-10/+13
* SERVER-9469: more efficiently set ns in CurOpEliot Horowitz2013-11-091-0/+7
* move catalog on disk representation to catalog/ondiskEliot Horowitz2013-11-051-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+1
* SERVER-2212 Add new fail point maxTimeNeverTimeOutJason Rassi2013-09-251-0/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6399: revert counting to number matched, including noopsScott Hernandez2013-08-091-1/+2
* SERVER-2212 Ability for CurOp objects to be "timer-interruptible"Jason Rassi2013-07-261-0/+74
* SERVER-2212 Add CurOp public method elapsedMicros()Jason Rassi2013-07-261-2/+4
* SERVER-2212 Misc. comments, formattingJason Rassi2013-07-261-2/+9
* Namespace is only for storage, making it clearerEliot Horowitz2013-07-081-1/+1
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-071-1/+1
* SERVER-9808 Fix issues found in CoN static analysisAndreas Nilsson2013-05-301-2/+2
* SERVER-9474 SERVER-9421 fix replset tests with background index buildsEric Milkie2013-05-091-0/+5
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+9
* SERVER-2771 Revert command handlingKristina2013-01-021-9/+0
* SERVER-2771 Command handlingKristina2012-12-261-0/+9
* SERVER-1739 - add ninserted and ndeletedEliot Horowitz2012-12-211-0/+2
* SERVER-1739 - change path and more things to trackEliot Horowitz2012-12-211-1/+3
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-1/+4
* SERVER-7572 SERVER-5279 Remove CurOp::info auth checkingSpencer T Brody2012-12-111-1/+0
* SERVER-7610 Introduced relaxed reads on an atomic int and used it on the kill...Alberto Lerner2012-11-191-2/+3
* SERVER-7610 use volatile bool for _killPending flag rather than AtomicInt32Mathias Stearn2012-11-191-2/+2
* SERVER-2771 add synchronous kill functionality for background indexing supportEric Milkie2012-10-101-4/+7
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-35/+9
* SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to profile ...Randolph Tan2012-09-191-2/+16
* Revert "SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to ...Randolph Tan2012-09-181-16/+2
* SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to profile ...Randolph Tan2012-09-181-2/+16
* SERVER-4628 - more lock reportingEliot Horowitz2012-06-121-2/+6
* SERVER-4328 - db and global lock and acquisition time for read and writeEliot Horowitz2012-06-121-9/+0
* move Context timing into Context rather than hacky CurOp versionEliot Horowitz2012-06-121-10/+2
* add CurOp::numYieldsEliot Horowitz2012-06-061-0/+1
* move code from .h to .cppEliot Horowitz2012-04-231-37/+5
* SERVER-4527 - suppress oplog pulling messages and framework for doing other p...Eliot Horowitz2012-04-021-0/+10
* move ProgressMeter into its own file and make output use log() instead of cou...Eliot Horowitz2012-03-191-0/+1
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-0/+4
|\
| * SERVER-4194 suppress writebacklisten in db.currentOp() unless $all is setEliot Horowitz2012-03-021-0/+5
* | SERVER-4328 redo currentop test and change how we report locks somewhat in c...dwight2012-03-051-10/+7
|/
* Use long long in key parts of OpDebugMathias Stearn2012-02-091-3/+3
* Add nupdated and nmoved to profile object and slow op logging SERVER-4860Mathias Stearn2012-02-091-1/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+313