summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexupdatetests.cpp
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-04-22 17:49:46 -0400
committerHari Khalsa <hkhalsa@10gen.com>2014-04-25 14:27:37 -0400
commit892eb99b4469e2d35570bbfd07f57b87fc2376e0 (patch)
treed667d7c92c8fa2b34365ad15773123c692068539 /src/mongo/dbtests/indexupdatetests.cpp
parentece2f2e2b997eb5c21328966ce2ccff9bdfe4db2 (diff)
downloadmongo-892eb99b4469e2d35570bbfd07f57b87fc2376e0.tar.gz
SERVER-13084 migrate builder to new iface, some clean-up
Diffstat (limited to 'src/mongo/dbtests/indexupdatetests.cpp')
-rw-r--r--src/mongo/dbtests/indexupdatetests.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/dbtests/indexupdatetests.cpp b/src/mongo/dbtests/indexupdatetests.cpp
index a1d594fb201..d28edbf2ab4 100644
--- a/src/mongo/dbtests/indexupdatetests.cpp
+++ b/src/mongo/dbtests/indexupdatetests.cpp
@@ -31,10 +31,9 @@
#include "mongo/db/structure/btree/btree.h"
#include "mongo/db/catalog/index_catalog.h"
#include "mongo/db/dbhelpers.h"
-#include "mongo/db/index/btree_based_access_method.h"
+#include "mongo/db/index/btree_based_bulk_access_method.h"
#include "mongo/db/index/index_descriptor.h"
#include "mongo/db/kill_current_op.h"
-#include "mongo/db/sort_phase_one.h"
#include "mongo/db/catalog/collection.h"
#include "mongo/platform/cstdint.h"
@@ -44,7 +43,7 @@ namespace IndexUpdateTests {
static const char* const _ns = "unittests.indexupdate";
DBDirectClient _client;
- ExternalSortComparison* _aFirstSort = BtreeBasedAccessMethod::getComparison(0, BSON("a" << 1));
+ ExternalSortComparison* _aFirstSort = BtreeBasedBulkAccessMethod::getComparison(0, BSON("a" << 1));
/**
* Test fixture for a write locked test using collection _ns. Includes functionality to