summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-19855 Do not perform shard version checking where not necessarySpencer T Brody2015-08-251-27/+18
* Revert "SERVER-19855 Do not perform shard version checking where not necessary"Benety Goh2015-08-211-18/+27
* SERVER-19855 Do not perform shard version checking where not necessaryKaloian Manassiev2015-08-211-27/+18
* SERVER-19984 Block read committed reads after metadata changes, rather than r...matt dannenberg2015-08-191-5/+11
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-0/+13
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-146/+126
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-2/+2
* SERVER-18277 Get references to the Top object out of CurOp.Andy Schwerin2015-06-051-2/+15
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-6/+10
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-7/+7
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-7/+7
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-7/+7
* SERVER-17770: Replace CollectionLock::relockWithMode by relockAsDatabaseExclu...Geert Bosch2015-04-241-6/+6
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+197