summaryrefslogtreecommitdiff
path: root/shell/db.js
Commit message (Expand)AuthorAgeFilesLines
* pass verbose to printShardingStatusEliot Horowitz2011-03-041-2/+2
* db.currentOp() added all optionEliot Horowitz2011-02-181-2/+9
* commandHelp should complain if command doesn't exist SERVER-2392Eliot Horowitz2011-01-221-1/+4
* db.serverBits() to get 32 or 64Eliot Horowitz2011-01-201-0/+4
* added getSiblingDB SERVER-2159Eliot Horowitz2010-11-291-6/+8
* printReplicationInfo and printSlaveReplicationInfo for rs SERVER-1890Kristina Chodorow2010-11-171-18/+58
* Remove underscore from db.adminCommand and add alias to old nameMathias Stearn2010-11-011-1/+3
* more obvious db.getReplicationInfo() before an oplog roll-over SERVER-1096Eliot Horowitz2010-09-241-1/+4
* getProfilingStatus to replace getProfilingLevelEliot Horowitz2010-09-131-2/+17
* Revert "temporarily remove autocompleting collection names to get under stupi...Mathias Stearn2010-08-101-0/+10
* temporarily remove autocompleting collection names to get under stupid MSVC l...Mathias Stearn2010-08-091-10/+0
* shell tab completion SERVER-1604Mathias Stearn2010-08-091-0/+10
* getLastErrorObj( w , wtimeout )Eliot Horowitz2010-08-021-6/+7
* rs.slaveOk() helper and make vs2010 mongo.vcxproj workDwight2010-08-021-3/+3
* shell fix ismaster helperdwight2010-07-291-4/+4
* minor: typo onew -> oneMike Dirolf2010-07-291-1/+1
* db.isMaster() helper in shelldwight2010-07-111-5/+8
* Prettier db.listCommands() SERVER-1337Mathias Stearn2010-07-011-8/+11
* Add db.serverCmdLineOpts() to shellMathias Stearn2010-05-151-0/+4
* fix printSlaveReplicationInfo for unsynced state SERVER-1106Eliot Horowitz2010-05-091-6/+12
* do collection sorting client side SERVER-1090Eliot Horowitz2010-05-051-11/+11
* don't pring getLastError on help()Eliot Horowitz2010-04-211-0/+2
* rsDwight Merriman2010-04-211-5/+6
* Add some doc to setProfilingLevel().Richard Kreuter2010-04-081-1/+2
* listCommands command and db.listCommands helperEliot Horowitz2010-04-031-0/+23
* getLastError w and wtimeout helpers SERVER-467Eliot Horowitz2010-04-021-2/+8
* adding db.serverStatus() to db.help()Mathias Stearn2010-03-101-0/+1
* shell fixDwight2010-02-251-1/+1
* Database-wide dbstats command SERVER-596Mathias Stearn2010-02-221-0/+5
* minor: help textMike Dirolf2010-02-221-1/+1
* SERVER-579 support copyDatabase from source running with securityAaron2010-02-161-4/+12
* SERVER-258 add readOnly auth modeAaron2010-01-261-1/+3
* configure "slow" queriesEliot Horowitz2009-12-291-8/+7
* new killOp(opnumber)Dwight2009-12-221-3/+5
* SERVER-446 js implementation of keySet()Aaron2009-12-211-1/+1
* getLastErrorCmdEliot Horowitz2009-12-181-0/+2
* fix shutdownServer in shell to show returend error msgDwight2009-11-301-2/+4
* db.printShardingStatusEliot Horowitz2009-11-191-0/+5
* indentationEliot Horowitz2009-10-221-1/+1
* sort lines in js helpMathias Stearn2009-10-161-20/+20
* fix printCollectionStatsEliot Horowitz2009-10-111-1/+2
* use timestamp for replication instead of DateEliot Horowitz2009-10-091-17/+24
* got rid of meminfo and timeinfo and replace with serverStatusEliot Horowitz2009-10-071-0/+4
* getLastErrorObj() in shellDwight2009-10-021-1/+8
* repl helper functionsDwight2009-09-291-5/+35
* printCollectionStatsEliot Horowitz2009-09-151-0/+11
* don't let getLastError fail silentlyEliot Horowitz2009-09-111-1/+4
* make shell use group cmd by default (can use groupeval if you want)Eliot Horowitz2009-08-241-1/+3
* improve help for group()Dwight2009-08-241-1/+0
* better error handlingEliot Horowitz2009-08-191-1/+5