summaryrefslogtreecommitdiff
path: root/src/mongo/s/database_version.idl
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-56239 Remove strict:true from DatabaseVersionBase IDL type definitionSimon Graetzer2021-05-061-1/+1
|
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-261-2/+10
| | | | | | | PART-2: - Adding the timestamp to the DatabaseVersion class - Starting to use timestamps in the places were we require a ne DB Version. There are two places and both are feature-guarded.
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-3/+2
| | | | | | PART 1 - Adding a new DatabaseVersion class that handles the underlying IDL implementation of a DatabaseVersion
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-26/+22
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+25
|
* SERVER-34435 DatabaseVersion idl type should not use lexicographic comparisonEsha Maharishi2018-04-131-1/+4
|
* SERVER-33098 Make shards check the client's databaseVersion and throw ↵Esha Maharishi2018-03-121-0/+1
| | | | StaleDbVersion on mismatch
* SERVER-32984 clean up DatabaseType classEsha Maharishi2018-02-051-5/+5
|
* SERVER-32607 Implement a DatabaseVersion type class and add it to the ↵Kaitlin Mahar2018-01-281-0/+33
DatabaseType