summaryrefslogtreecommitdiff
path: root/src/mongo/s/shard_version.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-15/+5
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-0/+69
* Put version management class/header in its own module.Alberto Lerner2012-12-211-293/+0
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-1/+2
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-8/+9
* Eliminated unused header file.Alberto Lerner2012-12-211-2/+0
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-191-5/+1
* Buildbot: use map instead of unordered_map because unordered_map can't handle...Spencer T Brody2012-11-081-1/+1
* SERVER-7460 Make sure connections never get version information associated wi...Spencer T Brody2012-11-081-4/+4
* buildbot sharding_balance4.js explicitly report chunk manager sequence number...Greg Studer2012-10-191-1/+1
* SERVER-7061 mongos can use invalid ptr to master conn when setShardVersion failsRandolph Tan2012-09-181-4/+10
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-1/+5
* SERVER-4262 error codesGreg Studer2012-06-081-1/+1
* SERVER-4262 better messaging when reloading full shard version of a databaseGreg Studer2012-06-081-1/+4
* SERVER-5918 better CUSTOM ConnectionString type for testing, fixes casting pr...Greg Studer2012-06-081-0/+3
* SERVER-5538 can't assume legacy StaleConfigExceptions have namespacesgregs2012-06-061-0/+3
* Changed logging to display the connection string instead of the pointer addre...Randolph Tan2012-05-251-1/+1
* SERVER-4262 Changes to get OID into the ShardChunkVersionGreg Studer2012-05-211-3/+3
* SERVER-5480 Mongos signal 11 crash when trying to process a writeback of a dr...Randolph Tan2012-04-051-5/+10
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* SERVER-4733 work actual version conflicts into most version exceptionsGreg Studer2012-03-011-2/+6
* make messages with shard version more understandableGreg Studer2012-01-251-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+269