summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/haystack_access_method.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2015-03-17 12:59:05 -0400
committerMathias Stearn <mathias@10gen.com>2015-03-19 17:39:33 -0400
commitaf9ecc763ee0965a82cf481fb3be81c8a8aed704 (patch)
tree29330f9bc5a63d8ca69afd8f3163e3c7ab5591d5 /src/mongo/db/index/haystack_access_method.h
parent061dab886c16159be3235bc223f4537e040679dc (diff)
downloadmongo-af9ecc763ee0965a82cf481fb3be81c8a8aed704.tar.gz
SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethod
This leaves typedefs for the old names of BtreeBasedAccessMethod and BtreeIndexCursro. A follow up commit will fix all direct users of these classes.
Diffstat (limited to 'src/mongo/db/index/haystack_access_method.h')
-rw-r--r--src/mongo/db/index/haystack_access_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/haystack_access_method.h b/src/mongo/db/index/haystack_access_method.h
index 63b3548084e..b5c128f91b5 100644
--- a/src/mongo/db/index/haystack_access_method.h
+++ b/src/mongo/db/index/haystack_access_method.h
@@ -29,7 +29,7 @@
#pragma once
#include "mongo/base/status.h"
-#include "mongo/db/index/btree_based_access_method.h"
+#include "mongo/db/index/index_access_method.h"
#include "mongo/db/index/index_descriptor.h"
#include "mongo/db/jsobj.h"