Commit Graph

204 Commits

Author SHA1 Message Date
Tad Marshall
7c8ac68bce SERVER-4298 -- minor cleanup to db.help() output
Remove the duplicate db.getMongo().setSlaveOk() help line from db.help()
(I kept the one with the more terse text), remove an extraneous space
from the end of db.getProfilingStatus(), sort the lines alphabetically.
2011-11-17 05:41:59 -05:00
dwight
1306fee268 fix warning 2011-11-15 13:17:20 -05:00
Kristina
2009565604 Handle auth in C++, not JS SERVER-4241 2011-11-14 17:53:54 -05:00
Kristina
03f105bd89 Make fsync lock/unlock helpers use this 2011-11-11 12:13:13 -05:00
Kristina
437a7cc46a Make currentOp and killOp work with multi-db tests 2011-11-11 11:56:52 -05:00
dwight
e8c780f22d mongoperf 2011-11-10 15:15:54 -05:00
Eliot Horowitz
26e54bc695 update windows shell 2011-11-02 01:34:33 -04:00
dwight
dae93e9262 compile 2011-10-28 09:43:41 -04:00
Eliot Horowitz
bc5547483a updated windows file 2011-10-26 03:42:19 -04:00
Tad Marshall
6133ec7139 SERVER-4084 -- spell 'during' correctly
Change "durring" to "during" in an error message.
2011-10-17 05:47:14 -04:00
agirbal
9b12a1c446 - SERVER-4068: v8 build sometimes fails sharding/auto2.js, may be due to GC 2011-10-13 12:51:43 -07:00
dwight
23a75f9cf4 fix buildbot; not my breakage :-) 2011-10-12 01:55:02 -04:00
agirbal
fccf1190d8 - SERVER-2684: v8 was relying on oid.toString() during conversion 2011-10-07 16:29:26 -07:00
agirbal
a6bfe26573 - SERVER-2684: special types in shell (e.g. Timestamp) display in variety of ways, and can confuse users 2011-10-07 15:40:13 -07:00
agirbal
fedce713e9 - SERVER-3676: JSTests::NumberLong fails 2011-10-06 16:55:51 -07:00
dwight
bbf97f7942 compareandswap perftest / minor 2011-10-06 13:07:44 -04:00
agirbal
1a93a3e7da - SERVER-1507: option as string must be converted to boolean
- SERVER-3629: implementation finished
2011-10-04 23:41:04 -07:00
dwight
98865b3bc0 compile 2011-10-02 13:41:51 -04:00
Kristina
a5cfd6af34 make getLastError require auth SERVER-3773 2011-09-30 13:11:21 -04:00
gregs
38fe35874d auto-reload chunk manager to check version not reset after third staleconfig SERVER-3889 2011-09-29 14:48:17 -04:00
agirbal
47f28e9074 CS-1507: do print() instead of returning value, cleaner and works in loop 2011-09-29 00:38:02 -07:00
Brandon Diamond
ec950e4106 SERVER-3686: extended the 'has more' prompt to reference 'it' 2011-09-28 15:30:19 -04:00
dwight
f1aaad3d7b vstudio generatedd cpp file 2011-09-27 19:18:00 -04:00
agirbal
5238cccca6 SERVER-1507: added verbose output to find 2011-09-25 23:22:27 -07:00
agirbal
8acb9cdcd1 SERVER-1507: add shell syntax 2011-09-25 22:50:48 -07:00
Eliot Horowitz
357f336ff9 if a chunk is too big to migrate, mark it as jumbo and move on SERVER-2571 2011-09-21 21:14:55 -04:00
agirbal
ab33a82e25 SERVER-1401: getLastError only called once per line input, if a write op was executed 2011-09-21 13:46:29 -07:00
Kristina
5282745c16 fix SERVER-1507 js that broke all buildbots 2011-09-21 15:47:06 -04:00
agirbal
61d496c3dd SERVER-1401: Dont call getLastError if last statement didn't go to server
SERVER-1507: improve output. Also display for inserts.
2011-09-20 23:40:10 -07:00
agirbal
b9d4ce580e SERVER-2031: setSlaveOk at each level in shell 2011-09-20 23:00:36 -07:00
agirbal
30e2b96899 SERVER-1507: moved option at shell level 2011-09-20 15:08:06 -07:00
agirbal
0c8d421606 SERVER-1507: option in shell to print how long each command takes and certain stats 2011-09-20 14:11:24 -07:00
Dwight
7399d406b1 indicate in shell prompt when connected to a configsvr. 2011-09-20 16:05:45 -04:00
Eliot Horowitz
b88b810d28 fix reIndex on secondaries SERVER-3866 2011-09-14 17:57:47 -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