summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2017-05-01 16:06:54 -0400
committerRamon Fernandez <ramon@mongodb.com>2017-05-01 16:06:54 -0400
commitb8ff507269c382bc100fc52f75f48d54cd42ec3b (patch)
tree1646539e49f2d0597da1297a6fa8dba10de996a0
parent2d10c6b5d04ba604dbc07b92547c3095a93c05f4 (diff)
downloadmongo-r3.0.15-rc0.tar.gz
SERVER-21933 mongoreplay is not included in 3.0r3.0.15-rc0r3.0.15
-rw-r--r--README1
-rw-r--r--distsrc/README1
2 files changed, 0 insertions, 2 deletions
diff --git a/README b/README
index 162c59de45f..12fc622b29d 100644
--- a/README
+++ b/README
@@ -18,7 +18,6 @@ UTILITIES
mongostat - Show the status of a running mongod/mongos.
bsondump - Convert BSON files into human-readable formats.
mongooplog - Poll the oplog and apply to a local server.
- mongoreplay - Traffic capture and replay tool.
mongotop - Track time spent reading and writing data.
BUILDING
diff --git a/distsrc/README b/distsrc/README
index ab71a40b425..d4535e97e97 100644
--- a/distsrc/README
+++ b/distsrc/README
@@ -18,7 +18,6 @@ UTILITIES
mongostat - Show the status of a running mongod/mongos.
bsondump - Convert BSON files into human-readable formats.
mongooplog - Poll the oplog and apply to a local server.
- mongoreplay - Traffic capture and replay tool.
mongotop - Track time spent reading and writing data.
BUILDING