summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/rename_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-4/+3
* SERVER-12591 renameCollection now checks that source and target namespaces ar...Mathias Stearn2014-02-051-1/+16
* SERVER-7282 Clean up namespace name length checksMathias Stearn2014-01-291-5/+4
* SERVER-11643: remove some nsdetails calls for catalog versionsEliot Horowitz2014-01-151-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-11611: switch index builder and rebuilder to use IndexCatalogEliot Horowitz2013-12-281-2/+1
* SERVER-11611 port rename_collection over to new collection interfaceAmalia Hawkins2013-12-131-82/+183
* SERVER-8213 Make copyDB and clone work with auth when using new-style usersSpencer T Brody2013-10-281-4/+4
* Introduce NamespaceString::validCollectionName that actually takes a collecti...Spencer T Brody2013-09-231-1/+3
* SERVER-6405: move dropCollection into DatabaseEliot Horowitz2013-09-191-5/+11
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: move rename into databaseEliot Horowitz2013-09-041-3/+5
* move renameCollection commands to its own fileEliot Horowitz2013-08-261-0/+208