0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

71 Commits

Author SHA1 Message Date
Eliot Horowitz
1808b56939 added getSiblingDB SERVER-2159 2010-11-29 23:09:59 -05:00
Kristina Chodorow
f8cd15152b printReplicationInfo and printSlaveReplicationInfo for rs SERVER-1890 2010-11-17 14:15:22 -05:00
Mathias Stearn
d1b5bad751 Remove underscore from db.adminCommand and add alias to old name 2010-11-01 13:39:57 -04:00
Eliot Horowitz
f3b6f4dd8d more obvious db.getReplicationInfo() before an oplog roll-over SERVER-1096 2010-09-24 00:39:48 -04:00
Eliot Horowitz
77955627fa getProfilingStatus to replace getProfilingLevel
doc -1 gets current value
SERVER-1772
2010-09-13 13:19:28 -04:00
Mathias Stearn
787f22717f Revert "temporarily remove autocompleting collection names to get under stupid MSVC limit."
This reverts commit dd152a0686.
2010-08-10 14:44:10 -04:00
Mathias Stearn
dd152a0686 temporarily remove autocompleting collection names to get under stupid MSVC limit.
I hope to revert this soon once we find a better way to handle this.
2010-08-09 22:23:43 -04:00
Mathias Stearn
790d8851b3 shell tab completion SERVER-1604 2010-08-09 20:20:11 -04:00
Eliot Horowitz
ac5914b66f getLastErrorObj( w , wtimeout ) 2010-08-02 16:58:17 -04:00
Dwight
c625aa099d rs.slaveOk() helper and make vs2010 mongo.vcxproj work 2010-08-02 16:38:38 -04:00
dwight
0cc0b60316 shell fix ismaster helper 2010-07-29 17:44:08 -04:00
Mike Dirolf
f6d74dfaf9 minor: typo onew -> one 2010-07-29 11:19:54 -04:00
dwight
71d5118726 db.isMaster() helper in shell 2010-07-11 17:04:30 -04:00
Mathias Stearn
08c7d96d3a Prettier db.listCommands() SERVER-1337 2010-07-01 17:46:06 -04:00
Mathias Stearn
b5803d8698 Add db.serverCmdLineOpts() to shell 2010-05-15 18:27:26 -04:00
Eliot Horowitz
a2ddc10462 fix printSlaveReplicationInfo for unsynced state SERVER-1106 2010-05-09 10:19:16 -04:00
Eliot Horowitz
0347f7e728 do collection sorting client side SERVER-1090 2010-05-05 10:00:04 -04:00
Eliot Horowitz
d8b762a2ea don't pring getLastError on help() 2010-04-21 21:58:00 -04:00
Dwight Merriman
4150161551 rs 2010-04-21 21:19:37 -04:00
Richard Kreuter
19da03b95e Add some doc to setProfilingLevel(). 2010-04-08 14:59:50 -04:00
Eliot Horowitz
f59b5173ea listCommands command and db.listCommands helper 2010-04-03 21:15:00 -04:00
Eliot Horowitz
735382978a getLastError w and wtimeout helpers SERVER-467 2010-04-02 15:35:54 -04:00
Mathias Stearn
141a94b37a adding db.serverStatus() to db.help() 2010-03-10 14:13:18 -05:00
Dwight
c502a5cd72 shell fix
really have to rename local.oplog.$main sometime
2010-02-25 17:28:19 -05:00
Mathias Stearn
a561c31a23 Database-wide dbstats command SERVER-596 2010-02-22 21:23:20 -05:00
Mike Dirolf
fa4eddeba7 minor: help text 2010-02-22 11:01:20 -05:00
Aaron
7ed81cdf6b SERVER-579 support copyDatabase from source running with security 2010-02-16 15:20:35 -08:00
Aaron
dcce5e795e SERVER-258 add readOnly auth mode 2010-01-26 17:04:09 -08:00
Eliot Horowitz
758cd7350d configure "slow" queries
either --slowms on the command line
or through setProfilingLevel
SERVER-457
2009-12-29 14:48:42 -05:00
Dwight
62522b905b new killOp(opnumber) 2009-12-22 15:22:37 -05:00
Aaron
81b7e051b2 SERVER-446 js implementation of keySet() 2009-12-21 11:21:25 -08:00
Eliot Horowitz
ce3f73a645 getLastErrorCmd 2009-12-18 16:53:27 -05:00
Dwight
7c5992dbea fix shutdownServer in shell to show returend error msg 2009-11-30 11:18:41 -05:00
Eliot Horowitz
420a7e51f0 db.printShardingStatus 2009-11-19 10:07:59 -05:00
Eliot Horowitz
3146b3110b indentation 2009-10-22 23:46:03 -04:00
Mathias Stearn
448e629a81 sort lines in js help 2009-10-16 13:57:03 -04:00
Eliot Horowitz
324438fbae fix printCollectionStats 2009-10-11 18:29:35 -04:00
Eliot Horowitz
ff170c0f9f use timestamp for replication instead of Date 2009-10-09 13:10:04 -04:00
Eliot Horowitz
498169e9e3 got rid of meminfo and timeinfo and replace with serverStatus 2009-10-07 12:43:24 -04:00
Dwight
1c16fd57c0 getLastErrorObj() in shell 2009-10-02 15:01:45 -04:00
Dwight
7cb2e80e14 repl helper functions 2009-09-29 13:26:23 -04:00
Eliot Horowitz
4d63454bc6 printCollectionStats 2009-09-15 21:09:56 -04:00
Eliot Horowitz
1811d1e47f don't let getLastError fail silently 2009-09-11 16:11:00 -04:00
Eliot Horowitz
1f08223ab7 make shell use group cmd by default (can use groupeval if you want)
fix group where no key specified
2009-08-24 11:59:00 -04:00
Dwight
f67e06ba64 improve help for group()

2009-08-24 11:42:15 -04:00
Eliot Horowitz
19c885c5a8 better error handling 2009-08-19 12:10:32 -04:00
Eliot Horowitz
fcf1ca0afa make a group cmd that takes the same arguments as old db.eval version
still using js reduce function, but considerably faster
2009-08-19 11:51:16 -04:00
dwight
4120dfc568 fix checks that operations cannot be performed on slaves; also, allow read operations on
--slave instances (but not repl pair nonmasters)
2009-08-17 16:13:13 -04:00
Eliot Horowitz
e11d9c7efb db.version() for server version and in help SERVER-200 2009-08-14 17:55:17 -04:00
Eliot Horowitz
e3cfc2264a added currentOp/killOp 2009-08-11 12:59:00 -04:00