summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_btree_impl.cpp
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2016-03-08 12:21:22 -0500
committerRobert Guo <robert.guo@10gen.com>2016-03-14 12:55:05 -0400
commit3baef26cde253bf92b17d50d2da999e4919da814 (patch)
treefd349f6dbc125ed138e64ccd24675100cdceac14 /src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_btree_impl.cpp
parent5829530b254be18eda99050d421b7c7ebbc39acb (diff)
downloadmongo-3baef26cde253bf92b17d50d2da999e4919da814.tar.gz
SERVER-22900 validate command per index stat should be consistant with global stat
Diffstat (limited to 'src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_btree_impl.cpp')
-rw-r--r--src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_btree_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_btree_impl.cpp b/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_btree_impl.cpp
index 9cb3145cd56..a792519d388 100644
--- a/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_btree_impl.cpp
+++ b/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_btree_impl.cpp
@@ -191,7 +191,7 @@ public:
virtual void fullValidate(OperationContext* txn,
bool full,
long long* numKeysOut,
- BSONObjBuilder* output) const {
+ ValidateResults* fullResults) const {
// TODO check invariants?
*numKeysOut = _data->size();
}