summaryrefslogtreecommitdiff
path: root/src/mongo/client/parallel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+3
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-3/+3
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-5/+5
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-1/+1
* SERVER-8442 don't release() direct m/r cursors to shardsgregs2013-02-111-3/+12
* Put version management class/header in its own module.Alberto Lerner2012-12-211-0/+1
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-1/+0
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-11/+13
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-191-6/+1
* SERVER-7484 zero results should not trigger error w/ returnPartialGreg Studer2012-10-261-3/+21
* SERVER-7231 Construct log helper variables only when they will be loggedShaun Verch2012-10-241-6/+21
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-12/+22
* Fixed typosPascal Borreli2012-10-141-4/+4
* SERVER-7220 only an incremental improvement so keep ticket open. add toDwight2012-10-041-0/+2
* Make handling of stale configs in ParallelSortClusteredCursor saferSpencer T Brody2012-08-091-9/+10
* Check result object of command for stale config in ParallelSortClusteredCurso...Spencer T Brody2012-08-081-0/+11
* SERVER-6155 sort1.js need to catch both Send and RecvStaleConfigException in ...Greg Studer2012-06-211-1/+1
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-1/+7
* SERVER-4262 correct reload logic in sharded queries for epoch changesGreg Studer2012-06-081-12/+9
* fix parallel cursor assertion logic - == not =Greg Studer2012-06-081-4/+4
* SERVER-5797Randolph Tan2012-06-071-15/+74
* SERVER-5538 can't assume legacy StaleConfigExceptions have namespacesgregs2012-06-061-3/+23
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-1/+1
* SERVER-4800 make unsorted parallel cursors do round-robin when pulling data, ...Greg Studer2012-05-221-1/+10
* SERVER-5797 Uncaught exception in count_slaveok.jsRandolph Tan2012-05-221-4/+22
* SERVER-4262 Changes to get OID into the ShardChunkVersionGreg Studer2012-05-211-3/+3
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-0/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-44/+44
* SERVER-4733 work actual version conflicts into most version exceptionsGreg Studer2012-03-011-17/+24
* SERVER-4711 use uassert not massert for sharding exceptions - these do not re...Greg Studer2012-02-221-15/+0
* SERVER-4838 use single op for primary or chunk manager in queriesGreg Studer2012-02-161-12/+1
* buildbot sharding_passthrough.js return single-server format for non-sharded ...Greg Studer2012-01-241-20/+51
* working on non-sharded collections via mongosEliot Horowitz2012-01-241-5/+46
* SERVER-4605 don't double-query for explain resultsGreg Studer2012-01-241-4/+8
* move bestGuessCursor to NamespaceDetailsTransient, move isSimpleIdQuery to qu...Aaron2012-01-181-1/+0
* SERVER-4680 sendNextBatch logic isn't correct with nonzero batch sizeGreg Studer2012-01-181-1/+13
* add counts directly to parallel cursorGreg Studer2012-01-181-6/+20
* SERVER-4215 check version and lock docs to server with cursor early in m/rgregs2011-12-291-1/+4
* SERVER-4552 avoid divide by zero error, just in caseEric Milkie2011-12-271-1/+3
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1515