summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/operation_sharding_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-1/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-7/+1
* SERVER-35849 Remove dependency of the write commands on sharding_runtime_dCheahuychou Mao2018-07-191-0/+18
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-11/+1
* SERVER-34325 OperationShardingState should store namespace and db separately,...Esha Maharishi2018-04-051-24/+27
* SERVER-33773 Add 'waitForMovePrimaryCriticalSection' flag to OperationShardin...Blake Oler2018-04-031-0/+26
* SERVER-33097 Make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-071-23/+52
* SERVER-33668 Get rid of OperationShardingState::unsetShardVersion()Esha Maharishi2018-03-061-11/+0
* Revert "SERVER-33097 make shards put a request's databaseVersion on the Opera...Esha Maharishi2018-03-011-64/+40
* SERVER-33097 make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-011-40/+64
* SERVER-31349 Rename 'disallowCollectionCreation' generic argument to 'allowIm...Kaloian Manassiev2017-10-031-5/+9
* SERVER-30344 prevent shards from implicitly creating a collection on createIn...Esha Maharishi2017-09-261-0/+9
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-141-21/+0
* SERVER-25062 Fix return types of predicated waits and notification waitFor.Andy Schwerin2017-03-151-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-11/+11
* SERVER-26102 set shardVersion to IGNORED for system.indexes, but only if a sh...Esha Maharishi2016-10-041-0/+6
* SERVER-24771 Use view namespace in cursors for aggregate/getMoreGeert Bosch2016-08-221-0/+5
* SERVER-23802 Shut down shard if it rolls back the shardIdentity document.Spencer T Brody2016-08-151-1/+1
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-121-6/+0
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a sh...Esha Maharishi2016-08-111-0/+6
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-111-6/+0
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-35/+36
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-6/+4
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-2/+3
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-20/+44
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-091-0/+125