Commit Graph

946 Commits

Author SHA1 Message Date
Eliot Horowitz
d2bd72c3e4 more sh helpers 2011-04-16 02:41:09 -04:00
Eliot Horowitz
138040ccc0 not checking msgasserted for dupes 2011-04-15 13:39:47 -04:00
Eliot Horowitz
bf09b1cc49 sharding helper 2011-04-15 02:44:10 -04:00
Eliot Horowitz
e46920d6b3 starting to work on sharding helper (sh) 2011-04-14 20:00:18 -04:00
Dwight
39c5cbdbf7 indicate in mongo shell prompt if connected to a mongos. goal would be to prevent fat fingers and similar confusion. 2011-04-14 16:47:06 -04:00
Dwight
d65b438a5f vcxproj for shell linenoise 2011-04-14 16:46:03 -04:00
dwight
1369f8f3c4 more shell help - feel free to add more! 2011-04-12 18:53:58 -04:00
Mathias Stearn
ae79f44dd2 Use merged linenoise on windows SERVER-1763 2011-04-11 19:00:15 -04:00
Mathias Stearn
1ecf07317a reduce windows-specific code 2011-04-06 16:46:53 -04:00
Mathias Stearn
b7817b8986 Make shell killOp on ctrl-c stuff work on windows too SERVER-1451 2011-04-06 16:46:53 -04:00
Mathias Stearn
fa7fbbb1f6 support scale option to dbstats command SERVER-2174 2011-04-04 18:34:11 -04:00
Mathias Stearn
31970cf322 Consider lines ending in '.' as unfinished SERVER-2811 2011-04-04 16:12:56 -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
Dwight
1b9b77cfdc update mongo.vcxproj for linenoise 2011-04-04 11:53:20 -04:00
Kristina
c5b38d88eb force argument for reconfig SERVER-2894 2011-04-04 10:15:51 -04:00
Mathias Stearn
fa7cd65e48 g++ 4.6 compile (new -Wunused-but-set-variable warning) 2011-04-03 19:10:36 -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
Aaron
fce112398b SERVER-1465 remove replica pairs 2011-03-29 16:56:53 -07:00
Eliot Horowitz
b49e9338db collection._distinct helper to get raw info 2011-03-23 10:43:14 -04:00
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