summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-09-261-0/+25
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-10/+10
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-041-17/+16
* SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-041-40/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38779 Have a session sweep job to close old idle WT sessionsr4.1.7Sulabh Mahajan2019-01-161-1/+7
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-271-6/+18
* SERVER-30767 Remove unused opCtx from getSession()/getSessionNoTxn()nehakhatri52017-10-061-6/+6
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-0/+1
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-1/+0
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-0/+1
* SERVER-24481 Fix KeyString version selection on WTGeert Bosch2016-06-151-4/+7
* SERVER-22791 check if wt configString is invalid when creating a collectionRobert Guo2016-03-091-0/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-266/+271
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-18199 WiredTiger changes for 3.1.2.Michael Cahill2015-04-271-9/+0
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-271-6/+6
* SERVER-16367 Add versioning info to collectionsEric Milkie2014-12-231-0/+177
* SERVER-16111 fixed memory leak in GetStatisticsValue testsBenety Goh2014-12-061-7/+14
* SERVER-16353 cleaned up storage and ident size functions to query individual ...Benety Goh2014-12-051-0/+160