summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68358 Turn off multitenancySupport flag in unit tests after usejannaerin2022-07-291-1/+2
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-0/+9
* SERVER-66963 Improve performance of NamespaceString and DatabaseName construc...jannaerin2022-06-141-11/+16
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-4/+3
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-1/+83
* SERVER-60572 Validate collection name for system.buckets.* namespacesDaniel Gomez Ferro2021-11-171-0/+9
* SERVER-56341 ShardingDDLCoordinator grabs collection distlock even on databas...Tommaso Tocci2021-04-261-1/+7
* SERVER-46641: Limit collection names to 255 characters.Daniel Gottlieb2020-03-171-1/+1
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-40/+0
* SERVER-41694 Remove the restriction on collection name lengthGregory Wlodarek2019-06-241-8/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-65/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34617 Make NamespaceString::db() return whole ns() when it has no dotsMathias Stearn2018-04-231-1/+1
* SERVER-32367 Pull UUID and view resolution out of db_raiiKaloian Manassiev2018-02-021-16/+0
* SERVER-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-021-38/+25
* SERVER-31516 Fix improper initialization of empty NamespaceString.David Storch2017-10-111-0/+12
* SERVER-29251 add NamespaceString support for drop-pending collection namespacesBenety Goh2017-05-181-0/+85
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-0/+35
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-0/+17
* SERVER-25557 Database names must be less than 64 bytesHannes Magnusson2016-08-171-0/+5
* SERVER-25202 Support parallel manual chunk migrationsKaloian Manassiev2016-08-121-29/+0
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-4/+4
* SERVER-23297 consolidate namespace validationRobert Guo2016-04-121-0/+16
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+30
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-25/+25
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-197/+196
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-121-0/+35
* SERVER-16162: check for '.' prefixed collection names everywhereScott Hernandez2014-11-141-0/+2
* SERVER-15948 Update tests to new definition of isOplogMathias Stearn2014-11-041-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-7282 Clean up namespace name length checksMathias Stearn2014-01-291-1/+1
* SERVER-12031 Fix wrong size being passed in embeded null test in ns string testRandolph Tan2013-12-101-2/+3
* SERVER-11968 Write commands allow illegal collection namesRandolph Tan2013-12-091-0/+2
* Introduce NamespaceString::validCollectionName that actually takes a collecti...Spencer T Brody2013-09-231-2/+12
* SERVER-10699 Minor clean-up of NamespaceString.Andy Schwerin2013-09-061-0/+13
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-0/+161