summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/rollbacktests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31462 Register Database::AddCollectionChange in the correct orderXiangyu Yao2018-01-301-5/+7
* SERVER-26685 register Database::AddCollectionChange in the correct orderMathias Stearn2016-11-091-5/+18
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-7/+17
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-13/+25
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-25/+13
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-13/+25
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-1/+2
* SERVER-20676 Rename global min/maxKey variables to kMin/kMaxBSONKeyKaloian Manassiev2015-09-301-3/+1
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-4/+3
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-38/+38
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-605/+595
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-7/+8
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-18/+11
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-9/+3
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-10/+11
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-13/+13
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-16/+10
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-5/+5
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+14
* SERVER-16095 Rollback changed to chached DiskLocs in Btree codeMathias Stearn2014-11-111-0/+66
* SERVER-13635 Test collection and index rollbackDavid Percy2014-11-061-0/+684