summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/rename_collection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-2/+7
* SERVER-30371 remove dropSource from renameCollection oplog entry formatBenety Goh2017-09-061-10/+2
* SERVER-30371 downgrade global write lock when renaming across databasesBenety Goh2017-09-051-0/+25
* SERVER-30371 renaming collection across databases logs individual oplog entriesBenety Goh2017-09-051-0/+246
* Revert "SERVER-30371 renaming collection across databases logs individual opl...Benety Goh2017-09-051-246/+0
* SERVER-30371 renaming collection across databases logs individual oplog entriesBenety Goh2017-09-051-0/+246
* SERVER-30371 renameCollection() across databases returns InvalidLength if sou...Benety Goh2017-08-311-0/+64
* SERVER-30371 rename across database does not make target collection temporary...Benety Goh2017-08-301-31/+57
* SERVER-30371 disable UUID on temporary collection when renaming across databa...Benety Goh2017-08-291-0/+60
* SERVER-30212 renameCollectionForApplyOps() supports two phase drop for target...Benety Goh2017-08-241-0/+52
* SERVER-30212 renameCollection() two phase drops target collectionBenety Goh2017-08-221-34/+72
* SERVER-30212 add RenameCollectionOptionsBenety Goh2017-08-141-0/+285