summaryrefslogtreecommitdiff
path: root/src/mongo/db/database_name_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-7/+7
* SERVER-74492 Make DatabaseName::toStringWithTenantId private - unit testmathisbessamdb2023-05-091-8/+11
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-3/+3
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-2/+3
* SERVER-75529 Reduce the width of NamespaceStringMatt Broadstone2023-04-261-5/+43
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-18/+18
* SERVER-74906 Remove the commented out tests and code of TODO SERVER-65457Sophia Tan2023-04-051-23/+0
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-0/+21
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-301-3/+3
* SERVER-66963 Improve performance of NamespaceString and DatabaseName construc...jannaerin2022-06-141-0/+155