Commit Graph

61 Commits

Author SHA1 Message Date
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
Eliot Horowitz
e44b51ee69 make copyDatabase use admin db automatically SERVER-222 2009-08-10 13:31:48 -04:00
Eliot Horowitz
909a6bfd7a fix shutdownServer secutiy check MINOR 2009-08-05 17:05:59 -04:00
Eliot Horowitz
9ff7fa1d89 throw an exception if arguments are passed to draopDatabase() 2009-07-23 20:51:01 -04:00
Eliot Horowitz
252c621fc3 better error check, and clean shutdownServer message SERVER-152 2009-07-13 16:32:17 -04:00
Eliot Horowitz
d5122c9b90 change Map to use Map.get Map.put Map[] won't work
more tests for group
2009-06-08 10:54:55 -04:00
Eliot Horowitz
77dbf16bac killOp and currentOp helpers
SERVER-74
2009-05-26 16:42:21 -04:00
Eliot Horowitz
6a06a6cb3c print shell stuff 2009-05-14 17:37:21 -04:00
Eliot Horowitz
c9d8450389 Spider Monkey: framework mostly done now 2009-05-05 17:28:24 -04:00
Eliot Horowitz
1a739255bd Spider Monkey: closer to db integration 2009-05-04 16:49:05 -04:00
Aaron
e910263ed2 Additional fix for cloneCollection() js function 2009-02-26 12:16:48 -05:00