summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_database_catalog_entry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-1/+2
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-2/+1
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-1/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* Deduplicate `KVDatabaseCatalogEntry::getIndex`.ADAM David Alan Martin2016-12-141-319/+40
* SERVER-26434 Change `KVEngine::getRecordStore` to return a unique pointerSam Rossi2016-10-041-11/+16
* SERVER-23761 set NR feature bit for collationDavid Storch2016-06-151-0/+9
* SERVER-23116 Add versioning scheme to the KVCatalog.Max Hirschhorn2016-05-171-3/+3
* SERVER-23116 Change currentFilesCompatible() to return a Status.Max Hirschhorn2016-05-171-3/+4
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-259/+239
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-9/+9
* Better repair for WTMathias Stearn2015-01-151-6/+27
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16591 Get rid of _collectionsLock in the database catalogKaloian Manassiev2015-01-051-55/+54
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-4/+3
* SERVER-16502: do not lazy init mmapv1 db catalogScott Hernandez2015-01-021-0/+4
* SERVER-16183: drop queued kv idents at startupEliot Horowitz2014-11-171-2/+2
* SERVER-13635 added unit test for KVDatabaseDatalogEntry::createCollectionBenety Goh2014-11-121-49/+6
* Revert "SERVER-13635: fix rollback of collection create in kv engine"Mathias Stearn2014-11-051-1/+0
* SERVER-13635 disallow NULL entries in KVDatabaseCatalogEntry::_collectionsBenety Goh2014-11-031-2/+3
* SERVER-13635: fix rollback of collection create in kv engineEliot Horowitz2014-11-031-0/+1
* SERVER-13635: allow kv engines to get index size and repairEliot Horowitz2014-10-311-2/+10
* SERVER-13951 KVEngines shouldn't drop anything when renaming.Mathias Stearn2014-10-301-5/+11
* SERVER-13635: kv engine allows implementations to block renamesEliot Horowitz2014-10-291-1/+11
* SERVER-13635 KVStorageEngine metadata rollbackMathias Stearn2014-10-271-11/+88
* SERVER-13635: fix list race in kv database catalogEliot Horowitz2014-10-241-0/+2
* SERVER-13635: pass namespace to createRecordStore for kvEliot Horowitz2014-10-191-1/+1
* SERVER-13635: fix race in kv db catalog entryEliot Horowitz2014-10-161-1/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13635: abstract storagesize per db for listDatabasesEliot Horowitz2014-10-111-0/+13
* SERVER-13635: add a key/value -> storage engine interface to simplify other workEliot Horowitz2014-10-061-0/+266