summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/set_shard_version_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-10-301-1/+1
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-9/+7
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-171-1/+4
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-271-5/+7
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-1/+4
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-9/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-36755 CollectionLock acquisition in shard_filtering_metadata_refresh.c...Esha Maharishi2018-08-271-1/+1
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-011-1/+1
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-7/+9
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-19/+16
* SERVER-33954 Modified getCollectionRoutingInfoWithRefresh to refresh twice if...Matthew Saltz2018-06-051-1/+10
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-3/+3
* SERVER-29908 Move the migration critical section out of MigrationSourceManagerKaloian Manassiev2018-03-131-20/+14
* SERVER-32198 Make ShardedConnectionInfo::getVersion return boost::optionalKaloian Manassiev2018-03-091-6/+13
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-211-4/+5
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-4/+2
* SERVER-14601 Use proper error codes for NotMaster errorsSpencer T Brody2017-10-261-1/+1
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-141-58/+43
* SERVER-30549 Do not support secondaries chunk-aware in FCV 3.4Kaloian Manassiev2017-08-101-7/+7
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-7/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-27597 Delay blocking read operations during the migration critical sec...Kaloian Manassiev2017-06-131-2/+4
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-171-0/+4
* Revert "SERVER-28739 make the js scripting engine correctly verify that acces...Esha Maharishi2017-04-171-4/+0
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-171-0/+4
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-15/+15
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-7/+8
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-8/+7
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-7/+8
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-231-128/+91
* SERVER-26340 ShardingState::setShardName should be called under initializeFro...Esha Maharishi2016-10-101-6/+1
* SERVER-25910 fail setShardVersion on mongod if not running with --shardsvrEsha Maharishi2016-09-071-0/+6
* SERVER-24991 re-added causedBy logging constructDan Pasette2016-08-311-1/+1