Commit Graph

171 Commits

Author SHA1 Message Date
gregs
0b2cd79560 auto-reload chunk manager to check version not reset after third staleconfig SERVER-3889 2011-09-30 11:41:17 -04:00
Eliot Horowitz
a61217961f fix show SERVER-3679 2011-08-29 10:44:16 -04:00
Aaron
755b58fa1a fix assertion comment 2011-08-17 21:03:54 -07:00
Eliot Horowitz
8f31837c74 vs shell 2011-08-05 09:18:26 -04:00
Eliot Horowitz
adb19a7c75 vs update 2011-08-04 15:10:09 -04:00
Kristina
a97a8ef72e added some shell helpers for common replica set problems 2011-08-04 11:35:00 -04:00
dwight
6b7c5b0063 compile multi line comment error 2011-08-02 10:20:06 -04:00
dwight
fb8b893665 make journaling the default on 64 bit 2011-07-31 08:36:46 -04:00
Eliot Horowitz
724fc134c4 make sure to drop the same dups on master and secondaries SERVER-1086 2011-07-28 17:24:42 -04:00
Eliot Horowitz
0084b65772 fix shell assignment 2011-07-27 13:47:13 -04:00
Spencer T Brody
7f492a7c6b Allow inserting $MinKey and $MaxKey in v8 2011-07-27 11:32:35 -04:00
Eliot Horowitz
d539be5510 sh.isBalancerRunning 2011-07-24 11:20:43 -04:00
agirbal
48342721bb SERVER-3176: autoIndexId not passed if not defined to let DB decide 2011-07-11 11:42:55 -07:00
agirbal
d507628f09 SERVER-3176: autoIndexId not honored in mongo shell's createCollection command 2011-07-10 17:37:12 -07:00
Eliot Horowitz
5a0da82ab2 cleaning 2011-07-08 11:57:18 -04:00
Kristina
5f70df96b5 default to using rsGetStatus for slaveReplInfo SERVER-3376 2011-07-07 15:48:06 -04:00
Eliot Horowitz
5385a59f6d arrays follow lint rules 2011-07-05 01:39:06 -04:00
Eliot Horowitz
91efa3fcd9 more forgiving assert.eq 2011-07-05 00:46:50 -04:00
Eliot Horowitz
74cd733b1b some NumberInt tests and equality SERVER-854 2011-07-04 18:44:27 -04:00
agirbal
eb5c2318c7 SERVER-854: implementation of NumberInt for V8 2011-07-02 16:01:48 -07:00
Eliot Horowitz
5798ea831b db.logout() command 2011-06-22 13:49:25 -04:00
agirbal
ab47d8d34b fix error codes 2011-06-21 22:35:35 -07:00
dwight
9f15e8cd30 compile newer gcc 2011-06-16 16:48:23 -04:00
dwight
bfe34b1985 doesnt make much sense to specify capped without a size so check for that 2011-06-11 12:55:46 -04:00
dwight
4d5715086f clean up nonce implementation 2011-06-05 18:13:18 -04:00
agirbal
21def6cf94 SERVER-3168: added length() and subtype(). Moved methods from SM layer to utils.js 2011-05-30 10:25:29 -07:00
dwight
284af81234 shell bindata stuff 2011-05-27 00:49:47 -04:00
Eliot Horowitz
c57cf8d1ae sh.moveChunk 2011-05-13 17:02:07 -04:00
Mathias Stearn
6141dacd9f remove support for validate 1.9.0-specific validate output 2011-05-09 11:46:22 -04:00
Eliot Horowitz
9e4087883d put fields into system.profile, not a big string SERVER-3061 2011-05-08 00:53:07 -04:00
Eliot Horowitz
18dc400e68 don't allow blank usernmae or password SERVER-3003 2011-05-03 10:53:24 -04:00
Eliot Horowitz
815b995207 more getLog work
show logs
show log helpers in shell
2011-05-02 15:01:52 -04:00
Mathias Stearn
ef373aa1de remove whitespace before trailing ; in shell helpers SERVER-3001
This was causing issues when someone typed "use some_db ;" into the shell
2011-05-02 13:28:11 -04:00
dwight
f46e187301 put hostname in the log. should make support a little easier. 2011-04-29 23:22:21 -04:00
Eliot Horowitz
c574959c57 shell helpers for turning on/off balancer SERVER-2680 2011-04-29 17:37:45 -04:00
Eliot Horowitz
3835614864 some more sh. helpers 2011-04-19 16:40:22 -04:00
Eliot Horowitz
d2bd72c3e4 more sh helpers 2011-04-16 02:41:09 -04:00
Eliot Horowitz
e46920d6b3 starting to work on sharding helper (sh) 2011-04-14 20:00:18 -04:00
dwight
1369f8f3c4 more shell help - feel free to add more! 2011-04-12 18:53:58 -04:00
Mathias Stearn
fa7fbbb1f6 support scale option to dbstats command SERVER-2174 2011-04-04 18:34:11 -04:00
Mathias Stearn
a1689f6847 show private vars in completion when starting with _ 2011-04-04 12:47:59 -04:00
Dwight
1e3afd84eb try to make rs helper output in shell less confusing on a dropped connection during reconfig etc. 2011-04-04 12:32:20 -04:00
Kristina
c5b38d88eb force argument for reconfig SERVER-2894 2011-04-04 10:15:51 -04:00
Mathias Stearn
50613b6718 validate() helper support for sharding SERVER-2849 2011-03-30 16:28:21 -04:00
Mathias Stearn
b980e631d9 undefined should be quoted SERVER-2849 2011-03-30 16:07:22 -04:00
Mathias Stearn
30dd944c47 validate command now puts all data in proper fields SERVER-2849 2011-03-29 20:52:53 -04:00
Mathias Stearn
d399d0844b Add full option to validate defaulting to false SERVER-2803 2011-03-29 20:43:41 -04:00
Eliot Horowitz
b49e9338db collection._distinct helper to get raw info 2011-03-23 10:43:14 -04:00
Mathias Stearn
2775fa3e2b Add shell helpers db.fsyncLock() and db.fsyncUnlock() and clean up messages SERVER-2789 2011-03-17 21:12:46 -04:00
Eliot Horowitz
c983ac5fc9 vs 2011-03-17 01:40:22 -04:00