Commit Graph

377 Commits

Author SHA1 Message Date
Brandon Diamond
b9764b74b8 SERVER-4311: Updated "M" to "PRI" in mongostat 2011-11-17 14:34:44 -05:00
Tony Hannan
98314e257e SERVER-4122: "*" is a valid dbname. make mongodump use "" instead of "*" to represent all dbs -- "" is not a valid dbname. Also make shell "use" command accept "*" or any other special char as dbname 2011-11-03 20:17:56 -04:00
Brandon Diamond
1ffc5fd9e5 CS-1535: Avoid writing to stderr unless dumping to stdout 2011-10-28 16:28:55 -04:00
Brandon Diamond
8a79e63cbc CS-1535: Added method for toggling stdout/stderr in tools 2011-10-28 16:28:55 -04:00
Brandon Diamond
362c151dac SERVER-3641 SERVER-1458: mongostat uses auth with mongos/repsets 2011-10-24 18:13:58 -04:00
Brandon Diamond
983d18b904 SERVER-2495: Added units to ProgressMeter
mongodump/restore and bsondump will now indicate the correct unit
in progress meter output. Dump emits units "objects" whereas restore
emits units "bytes" (as we do not know the total # of objects)
2011-10-13 11:37:30 -04:00
Brandon Diamond
b2cfdbc61b SERVER-2475: Added friendly descriptions to --help 2011-10-11 13:01:05 -04:00
Brandon Diamond
27927dc47b Fixing small issue in earlier commit. 2011-10-11 10:04:02 -04:00
Brandon Diamond
31bb33c120 SERVER-3937: Only call GLE if w > 1 2011-10-11 09:52:02 -04:00
Brandon Diamond
6fee908ce6 SERVER-3937: Added write concern support to mongoimport 2011-10-07 18:11:09 -04:00
Spencer T Brody
0bb6c4774a Use boost's string trim function rather than having our own. 2011-10-06 18:09:32 -04:00
Brandon Diamond
3db92ac209 SERVER-3690: Header excluded from CSV import objcount 2011-10-06 11:25:13 -04:00
Scott Hernandez
ca9770abb5 SERVER-3299 trim hostname on replica set reconfig 2011-10-05 18:34:13 -04:00
Dwight
3d4ac7f41f compile 2011-09-28 16:13:13 -04:00
Dwight
9a1ec6f4ec Merge branch 'master' of github.com:mongodb/mongo 2011-09-28 16:03:41 -04:00
Dwight
2fd1d8d5a8 add missing help mongostat 2011-09-28 16:03:30 -04:00
Spencer T Brody
e570d7e9dd Fix mongoimport on jsonArrays. SERVER-3834 2011-09-27 17:11:52 -04:00
Spencer T Brody
6249553faa Use slaveOk read in mongodump to allow dumping of secondaries. SERVER-3854. 2011-09-23 17:26:42 -04:00
Lu Guanqun
ebbeded5ba move auth() to runNormal() thus this fix only affects normal cases 2011-09-18 23:40:29 +08:00
Lu Guanqun
c05baff357 add auth() call to mongostat SERVER-3875
with this fix, mongostat can work with authentication enabled.
2011-09-17 23:11:44 +08:00
Eliot Horowitz
f6243e1a26 mongooplog -new tool for replaying oplogs SERVER-3873 2011-09-15 10:50:05 -04:00
dwight
c7f12b9357 compile 2011-09-13 10:25:43 -04:00
Eliot Horowitz
df2bdb79aa better error message 2011-09-10 20:37:04 -04:00
Eliot Horowitz
f6d544cd6b --ssl for tools SERVER-3729 2011-09-01 23:21:56 -04:00
Spencer T Brody
b961557045 Make mongorestore ignore 'v' option when restoring indexes: SERVER-3687 2011-08-29 16:14:48 -04:00
Eliot Horowitz
96063f8a65 fix pcre include for client 2011-08-22 15:35:38 -04:00
Eliot Horowitz
5bd3f44d5c use our own version of pcre SERVER-2085 2011-08-18 10:49:50 -04:00
Kristina
e52a031a32 error out nicely with mongostat+auth on mongos SERVER-3619 2011-08-17 17:49:19 -04:00
Spencer T Brody
c4852ebb05 Handle empty string properly in mongoimport 2011-08-01 18:03:39 -04:00
Spencer T Brody
3c55e8ccba Make mongorestore be able to properly restore system.users with --drop. SERVER-2863 2011-07-29 18:37:54 -04:00
Spencer T Brody
adec8da1fa Don't iterate off the end of a string in mongoimport 2011-07-27 16:26:19 -04:00
Eliot Horowitz
b49d787b33 update tools for new Listener 2011-07-27 09:48:35 -04:00
Spencer T Brody
7cf75927e2 Fix test failures resulting from trying to query DB in tools that don't use a
specific collection (dump/restore).
2011-07-26 11:42:51 -04:00
Spencer T Brody
8e6949567a Fix build compile 2011-07-26 10:58:01 -04:00
Spencer T Brody
3da3871e65 Make tools fail if they connect to a db requiring authentication but don't
supply any credentials: SERVER-2867
2011-07-26 10:33:01 -04:00
Spencer T Brody
bcf0b72b4a Part 2 of SERVER-1097: Make mongoexport export valid CSV 2011-07-26 10:33:01 -04:00
Spencer T Brody
f44433b04c Part 1 of SERVER-1097: Make mongoimport adhere to CSV spec. 2011-07-26 10:33:01 -04:00
Spencer T Brody
eaf7961e83 Refactor import code to make it easier to plug in new CSV parser. 2011-07-26 10:33:00 -04:00
Spencer T Brody
7ab832da99 Make bson tools trailer line go to stderr not stdout: SERVER-1619 2011-07-26 10:33:00 -04:00
Eliot Horowitz
2982ab07d0 more error handling in dump 2011-07-11 10:27:15 -04:00
Eliot Horowitz
3731e71d77 better error handling for monogodump 2011-07-10 00:25:43 -04:00
Eliot Horowitz
0d698d5227 split MessagePort into MessagePort and Socket 2011-07-06 17:50:09 -04:00
Spencer T Brody
685203a89c Fix SERVER-3276 - mongoimport stripping leading tabs when importing TSV files 2011-06-27 14:18:53 -04:00
Eliot Horowitz
3a77049fda net cleaning: message split checkpoint where everything works 2011-06-26 18:11:45 -04:00
Eliot Horowitz
142a86b237 net cleaning: move message.* to net/
net cleaning: move http tools to net/
2011-06-26 17:13:54 -04:00
Eliot Horowitz
3314bda6e1 forceTableScan option for mongodump SERVER-3338 2011-06-26 00:22:44 -04:00
U-tellus\cwestin
436ba6805d server-2904 2011-06-23 21:41:23 -07:00
Dwight
473a982fab small sniffer improvements 2011-06-21 13:22:59 -04:00
dwight
bbb2238e28 Merge branch 'master' of git@github.com:mongodb/mongo 2011-06-16 22:38:09 -04:00
dwight
b0f0f07ef3 tweak msg 2011-06-16 22:38:05 -04:00