summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/split_vector.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILURESERVER-38316Pawel Terlecki2019-02-041-1/+1
* SERVER-39030 fix logging of low cardinality keys in splitVectorKevin Pulo2019-01-171-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35925 Ensure that maxChunkSize is initialized in splitVectorCheahuychou Mao2018-07-231-3/+2
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-121-3/+2
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-1/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-29870 Move splitVector command code into a separate function that can ...Joanna Huang2017-07-211-0/+279