summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/explain_plan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/explain_plan.cpp')
-rw-r--r--src/mongo/db/query/explain_plan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/explain_plan.cpp b/src/mongo/db/query/explain_plan.cpp
index 066a6540a3e..3eae9126c93 100644
--- a/src/mongo/db/query/explain_plan.cpp
+++ b/src/mongo/db/query/explain_plan.cpp
@@ -489,7 +489,7 @@ namespace mongo {
}
else if (STAGE_TEXT == node->getType()) {
const TextNode* textNode = static_cast<const TextNode*>(node);
- leafInfo << " " << textNode->_indexKeyPattern;
+ leafInfo << " " << textNode->indexKeyPattern;
}
leaves.push_back(leafInfo);