summaryrefslogtreecommitdiff
path: root/s/commands_public.cpp
Commit message (Expand)AuthorAgeFilesLines
* use SscopedDBConnection instead of ShardConnection in a couple of placesEliot Horowitz2010-07-251-3/+3
* framework for retrying commands because data out of sync SERVER-1471Eliot Horowitz2010-07-231-1/+3
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-07-231-1/+183
|\
| * make more commands work with mongos SERVER-1462Mathias Stearn2010-07-221-1/+183
* | Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-07-221-8/+26
|\ \ | |/
| * handle databases with different cases in mongos SERVER-1443Eliot Horowitz2010-07-221-2/+2
| * set Stale shard data on late errorsEliot Horowitz2010-07-221-2/+2
| * make indexe differences warning in statsEliot Horowitz2010-07-221-4/+20
| * fix size() for sharding SERVER-1444Eliot Horowitz2010-07-221-0/+2
* | fix count passthroughEliot Horowitz2010-07-221-1/+1
|/
* error codeMathias Stearn2010-07-211-1/+1
* Copydb command for mongos SERVER-1440Mathias Stearn2010-07-211-0/+35
* count can recover from dropped dbsEliot Horowitz2010-07-161-4/+27
* fix sharded count on movesEliot Horowitz2010-07-161-11/+55
* Sharded findAndModify now requires shard key in query SERVER-952Mathias Stearn2010-07-121-67/+11
* don't use getChunksForQuery in count SERVER-1397Mathias Stearn2010-07-121-5/+6
* fix Sharded MR SERVER-952Mathias Stearn2010-07-121-5/+4
* Sharded distinct uses shards not chunks SERVER-952Mathias Stearn2010-07-121-8/+6
* help and sharding support for distinct command query option SERVER-1397Mathias Stearn2010-07-121-3/+4
* avgObjSize in db.stats() and db.coll.stats() SERVER-1322Mathias Stearn2010-07-011-0/+1
* SERVER-1301 Let DBConfig perform the drop database logicAlberto Lerner2010-06-301-1/+1
* applyOps command with prereqsEliot Horowitz2010-06-291-0/+13
* mongod chunk filtering seems to be working SERVER-943Eliot Horowitz2010-06-151-1/+0
* checkpoint for moving chunk filtering to mongod SERVER-943Eliot Horowitz2010-06-151-1/+3
* Use shared_ptr for DBConfigMathias Stearn2010-05-281-14/+14
* Make ShardConnection complain if not closedMathias Stearn2010-05-271-1/+4
* don't leak ChunkManager use - shared_ptrEliot Horowitz2010-05-261-8/+8
* use shared_ptr for Chunk referencesEliot Horowitz2010-05-241-2/+2
* fix connection pooling a bitEliot Horowitz2010-05-201-7/+7
* sharding: Use ChunkRanges rather than Chunks for getChunksForQueryMathias Stearn2010-05-051-13/+13
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-28/+10
* renameCollection in mongos SERVER-948Mathias Stearn2010-04-281-2/+35
* fix count with no filter SERVER-1038Eliot Horowitz2010-04-281-1/+3
* stdafx->pchDwight2010-04-271-1/+1
* use Shard class instead of string for passing around ShardsEliot Horowitz2010-04-271-5/+5
* more /_commandsDwight2010-04-231-1/+1
* /_commands in the http interfaceDwight2010-04-231-2/+2
* Shard abstractionEliot Horowitz2010-04-191-7/+7
* sharded filemd5 command SERVER-935Mathias Stearn2010-04-131-0/+41
* appendNumber for nicer numbers in the shellEliot Horowitz2010-03-011-3/+3
* change Command locking configEliot Horowitz2010-02-261-0/+4
* use long long for counting big thingsEliot Horowitz2010-02-161-10/+10
* Sharded findAndModify SHARDING-64Mathias Stearn2010-02-091-0/+93
* sharding: Don't use count() for stats() SHARDING-59Mathias Stearn2010-01-271-10/+4
* Sharded db.c.stats() SHARDING-59Mathias Stearn2010-01-271-0/+67
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-4/+4
* sharded dropDatabase SHARDING-53Eliot Horowitz2009-12-021-4/+30
* drop() support for sharded collections SHARDING-36Eliot Horowitz2009-11-091-0/+27
* parallel sharded map/reduceEliot Horowitz2009-11-031-7/+12
* sharded m/r timersEliot Horowitz2009-11-031-10/+16