summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_yield.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-1/+1
* SERVER-23267 Add currentOp tests for ns, command & planSummaryJames Wahlin2016-05-161-0/+3
* SERVER-21058 Adds fail point to stress yielding behaviorJudah Schvimer2015-11-031-1/+18
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-28/+28
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-0/+2
* SERVER-16431 Enable yielding for all storage enginesKaloian Manassiev2014-12-291-0/+4
* SERVER-16050: Do not sleep when yieldingGeert Bosch2014-11-101-47/+1
* SERVER-15541 MMAP v1 only takes LockMongoFilesShared for yielding plan executorsDavid Storch2014-11-101-4/+9
* SERVER-15541 Move yield.cpp out of the LockManager library and fix warningKaloian Manassiev2014-11-051-0/+110