summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/rename_collection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-10-301-2/+2
* SERVER-44027 Remove global X lock for renameCollection between DBsGregory Wlodarek2019-11-181-14/+14
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-08-161-4/+4
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-21/+16
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-63/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-281-4/+3
* SERVER-40861 renameCollectionForApplyOps from a collection to itself should s...Xiangyu Yao2019-05-311-0/+16
* Revert "SERVER-40861 renameCollectionForApplyOps from a collection to itself ...Gregory Wlodarek2019-05-301-16/+0
* SERVER-40861 renameCollectionForApplyOps from a collection to itself should s...Xiangyu Yao2019-05-301-0/+16
* SERVER-41161 Re-enable renaming between databases for applyOpsXiangyu Yao2019-05-211-0/+47
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-10/+10
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-10/+10
* SERVER-33631 Refactor rename_collection.cppXiangyu Yao2019-04-291-61/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-3/+3
* SERVER-40538 Remove UUIDCatalogObserverGregory Wlodarek2019-04-261-1/+0
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-3/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* SERVER-35636 renameCollectionForApplyOps checks for complete namespacePavi Vetriselvan2019-03-041-0/+14
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39032 remove unnecessary NamespaceString::ns() calls from db/catalog/Benety Goh2019-01-241-2/+2
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-4/+12
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-2/+4
* SERVER-37643 replace MultiIndexBlock reference in test with IndexCatalog::cre...Benety Goh2018-12-181-14/+14
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-1/+1
* SERVER-29825 Do not allow rename from unreplicated to replicated DB or vice v...Vesselina Ratcheva2018-11-011-0/+20
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-2/+2
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-4/+138
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+3
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-4/+3
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-2/+2
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-2/+1
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-3/+5
* SERVER-32959 collection renames are no longer constrained by names of indexesBenety Goh2018-06-271-6/+4
* SERVER-32959 clean up tests before removing index namespace constraintsBenety Goh2018-06-271-0/+8
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-061-17/+55
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-3/+3
* SERVER-34196 remove redundant dropTarget boolean argument from OpObserver::on...Benety Goh2018-03-301-8/+6
* SERVER-33956 renameCollection creates oplog entry with dropTarget set to fals...Benety Goh2018-03-291-2/+2
* SERVER-33956 add renameCollection characterization test case for dropTarget=trueBenety Goh2018-03-291-0/+18
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-2/+5
* SERVER-33087 Fix the use of dropTarget in renameCollectionXiangyu Yao2018-02-281-15/+213
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-211-40/+0
* SERVER-33086 Change renameCollection to be a noop when the target exists and ...Xiangyu Yao2018-02-161-0/+40
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-7/+0
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-32098 renaming drop-pending collection fails with NamespaceNotFoundBenety Goh2017-12-291-0/+51