summaryrefslogtreecommitdiff
path: root/s/commands_admin.cpp
Commit message (Expand)AuthorAgeFilesLines
* manual backport of some the fixes to mongosEliot Horowitz2011-05-111-4/+4
* flushRouterConfig to force a mongos config reload SERVER-2666Eliot Horowitz2011-04-111-0/+14
* don't return local in listDatabases sharded 180 SERVER-2686Eliot Horowitz2011-03-081-0/+7
* reload conifg after manual splitEliot Horowitz2011-03-051-1/+1
* force a config reload after a manual moveChunkEliot Horowitz2011-02-101-0/+3
* fix replSetGetStatus for shell SERVER-2411Eliot Horowitz2011-02-021-0/+3
* tweak textDwight2011-02-011-2/+2
* implement replSetGetStatus so we don't get ugly errors SERVER-2411Eliot Horowitz2011-02-011-0/+15
* use trueValue instead of BoolEliot Horowitz2011-01-261-1/+1
* put version# in mongos serverStatus as well as process name in mongos and mon...Eliot Horowitz2011-01-161-0/+4
* make sure config is in listDatabases SERVER-2347Eliot Horowitz2011-01-111-1/+21
* SERVER-2060 test for null values at shardcollection timeAlberto Lerner2011-01-101-0/+14
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-146/+147
* better error handling in split client side (still needs work)Alberto Lerner2010-12-291-4/+12
* move getLastError code to client.cpp so can access not only through command i...Eliot Horowitz2010-12-271-120/+1
* moving client class into its own fileEliot Horowitz2010-12-271-0/+1
* Revert "don't forward getlasterror to config servers SERVER-1793"Kristina2010-12-241-13/+1
* don't forward getlasterror to config servers SERVER-1793Kristina2010-12-231-1/+13
* make isMaster in mongos match mongod SERVER-2260Eliot Horowitz2010-12-201-1/+1
* SERVER-1358 don't migrate a chunk larger than max chunk size (but allow expli...Alberto Lerner2010-12-171-1/+7
* SERVER-1358 add a size beyond which a chunk migrate request should not go thr...Alberto Lerner2010-12-171-1/+1
* track network in/out SERVER-2081Eliot Horowitz2010-11-091-0/+7
* better method nameAlberto Lerner2010-10-251-1/+1
* fix error when key provided is not a valid split keyAlberto Lerner2010-10-231-6/+12
* all split requests now go through new logicAlberto Lerner2010-10-221-1/+1
* deprecate splitValue commandAlberto Lerner2010-10-191-38/+7
* split bson max size into User and InternalEliot Horowitz2010-10-111-1/+1
* using BSONObjMaxSize everywhere bson size comes into playEliot Horowitz2010-10-101-1/+1
* expose listDatabases to rest SERVER-1909Eliot Horowitz2010-10-081-1/+1
* maxbsonobjectsize in isMaster command returnDwight2010-10-081-0/+1
* SERVER-1822 pull out WriteBackListener, next dedup will use itAlberto Lerner2010-10-011-1/+2
* implement resetError for sharding, makes rename4 workEliot Horowitz2010-09-301-0/+30
* abort chunk move if too big SERVER-1806Eliot Horowitz2010-09-161-1/+5
* on failed getLastError put entire shard objectEliot Horowitz2010-09-131-5/+18
* isMaster casingEliot Horowitz2010-09-101-1/+1
* SERVER-1607 replica set checks before adding a shardAlberto Lerner2010-08-271-1/+1
* SERVER-1611 allow localhost in a replica-set-based shardAlberto Lerner2010-08-271-8/+23
* Bug fix: DefaultDBPort is perfectly valid when transitioning from a non-shard...Alberto Lerner2010-08-041-2/+1
* by ref is used everywhere else in errmsgAlberto Lerner2010-08-031-1/+1
* SERVER-1292 For now, don't add a mongod as a shard if it's not empty. Will al...Alberto Lerner2010-07-301-1/+2
* SERVER-1292 A bit more prep, separate grid.{h,cpp} from configAlberto Lerner2010-07-281-0/+1
* SERVER-1497 Cant mix and match localhost and real IPsAlberto Lerner2010-07-281-15/+11
* SERVER-1292 Prep work by moving shard adding logic to GridAlberto Lerner2010-07-261-50/+11
* getLastError handles writebackEliot Horowitz2010-07-221-2/+30
* Merge branch 'master' of github.com:mongodb/mongoAlberto Lerner2010-07-211-10/+4
|\
| * moving all saving logic into DBConfig SERVER-1427Eliot Horowitz2010-07-211-10/+4
* | SERVER-1418 Shard names now use padding zeroesAlberto Lerner2010-07-211-10/+9
|/
* not using Model for DBConfig - first step in SERVER-1427Eliot Horowitz2010-07-211-3/+3
* SERVER-1270 Elim c_str() /sAlberto Lerner2010-07-201-1/+1
* Don't allow closeAllDatabases via mongos SERVER-1441Mathias Stearn2010-07-191-0/+16