Kristina Chodorow
7b77930c05
fix typo SERVER-2798
2011-03-19 09:13:03 -04:00
Mathias Stearn
bfcfc759ea
Revert "for now disable shell history on windows"
...
This reverts commit 25f1581767 .
2011-03-18 15:01:54 -05:00
Mathias Stearn
25f1581767
for now disable shell history on windows
2011-03-18 14:39:33 -05:00
Eliot Horowitz
9dd5c86e5e
don't use tab completions on windows yet
2011-03-18 15:35:18 -04:00
Eliot Horowitz
7cbc2f2d8e
Revert "separate ifdef for history for linenoise"
...
This reverts commit 261d65d693 .
2011-03-18 15:33:39 -04:00
Eliot Horowitz
261d65d693
separate ifdef for history for linenoise
2011-03-18 15:32:10 -04:00
Eliot Horowitz
9711f4d311
try linenoise on windows
2011-03-18 15:19:43 -04:00
Eliot Horowitz
ff767886ee
use linenoise as cpp
2011-03-18 15:17:40 -04:00
Eliot Horowitz
e360d60e2d
fix in compile
2011-03-18 03:27:33 -04:00
Eliot Horowitz
3403b88453
use linenoise instead of readline
2011-03-18 02:48:07 -04:00
Eliot Horowitz
d91ad388be
remove unneed variable
2011-03-18 02:48:07 -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
a728eb33a0
clean listfiles
2011-03-17 02:17:31 -04:00
Eliot Horowitz
c983ac5fc9
vs
2011-03-17 01:40:22 -04:00
Eliot Horowitz
4e4bac9297
cursor.print() doesn't exist
2011-03-17 01:28:43 -04:00
Eliot Horowitz
cfb9d9bda4
update vs file
2011-03-04 16:56:46 -05:00
Eliot Horowitz
204fe41b71
pass verbose to printShardingStatus
2011-03-04 16:15:05 -05:00
Kristina
8ccd461948
printReplicationInfo will print slave info on a slave SERVER-2616
2011-03-03 16:56:10 -05:00
Eliot Horowitz
af4a9aca50
fix map/reduce shell helper
2011-03-02 10:36:32 -05:00
Eliot Horowitz
5d1db75690
fix convertToSingleObject for inline map/reduce
2011-03-02 09:10:13 -05:00
greg
737a20b8fa
Fixes for distributed lock handling time skew.
...
In general, the current distributed lock is susceptible to time skew in config servers and mongos clients. This update
uses an algorithm that checks for time skew, as well as providing some more robust tests to make sure a distributed
lock cannot be forced prematurely. Some documentation on the website, currently hidden from non-10gen, gives more
info.
2011-03-01 14:15:26 -05:00
Eliot Horowitz
244655b2ad
less verbose chunk info by default
2011-03-01 13:21:04 -05:00
Eliot Horowitz
95694121cc
db.currentOp() added all option
2011-02-18 10:16:47 -05:00
Eliot Horowitz
1041ffd623
try to fix SERVER-2501
2011-02-10 15:33:30 -05:00
Aaron
c8f4f74781
don't run drop2 test inparallel suite
2011-02-08 11:50:10 -08:00
Eliot Horowitz
256e52081d
vstudio
2011-02-07 23:40:16 -05:00
Eliot Horowitz
e0000924d4
better parallel test failure messasge
2011-02-07 16:04:25 -05:00
dwight
f94110baed
higher timeout for startMongoProgram
2011-02-04 20:13:34 -05:00
dwight
11e614465f
wait longer
2011-02-04 16:16:22 -05:00
Eliot Horowitz
d85cdcf1b5
verbose option for shell
2011-02-01 11:38:33 -05:00
Eliot Horowitz
a7eb7f2c47
shell can pass query options
2011-01-25 02:02:37 -05:00
Eliot Horowitz
017c0ab553
fir m/r error handling
2011-01-23 10:08:23 -05:00
Eliot Horowitz
5edb4cc310
able to access map/reduce error
2011-01-23 02:53:31 -05:00
Eliot Horowitz
40b3524b75
commandHelp should complain if command doesn't exist SERVER-2392
2011-01-22 00:38:52 -05:00
Eliot Horowitz
f63206fed4
more test fixing
2011-01-21 09:01:24 -05:00
Eliot Horowitz
c31c7f3229
remove( { x : undefined } ) should not delete everything in the collection SERVER-2384
2011-01-21 02:51:21 -05:00
Eliot Horowitz
38047f976e
safety for assert.throws
2011-01-21 02:49:21 -05:00
Eliot Horowitz
0a18aae345
db.serverBits() to get 32 or 64
2011-01-20 17:00:37 -05:00
Kristina
a0cb81514e
vstudio update
2011-01-13 17:47:23 -05:00
Kristina
bfda2f21d5
added shell help for runProgram SERVER-2123
2011-01-13 17:24:09 -05:00
Aaron
d81f037c21
in MapReduceResult, don't create collection with null name, fixing some v8 tests
2011-01-10 22:52:21 -08:00
Mathias Stearn
401f73dc8f
compile and mongo_vstudio.cpp
2011-01-06 14:55:21 -05:00
agirbal
da0bc29177
[SERVER-1951]: M/R output param should allow us to use db.collection not only collection
2011-01-05 22:06:04 -08:00
Aaron
a8053a4639
whitespace
2011-01-04 15:03:40 -08:00
Aaron
42ebc1c037
add waitMongoProgramOnPort to shell utils
2011-01-04 15:02:37 -08:00
Eliot Horowitz
b828d21630
ran astyle SERVER-2304
2011-01-04 00:40:41 -05:00
Aaron
befcc2704c
add fuzzFile() shell function
2011-01-03 14:05:36 -08:00
Aaron
4c1ee8ca6e
fix logging in killdb and add a fixme for extra sleep conditions
2011-01-03 12:41:01 -08:00
dwight
411274ae42
compile vcxproj
2010-12-30 23:08:42 -05:00
Aaron
786b5defd8
don't use double quotes in startParallelShell
2010-12-29 08:48:57 -08:00