summaryrefslogtreecommitdiff
path: root/src/mongo/shell/explain_query.js
diff options
context:
space:
mode:
authorSophie Saskin <sophie.saskin@mongodb.com>2019-12-06 22:22:38 +0000
committerevergreen <evergreen@mongodb.com>2019-12-06 22:22:38 +0000
commitc45ad5a6a54f04270a6abc40d0d71104b8f9c21b (patch)
treeca680894240ff482b5f4ab17fa3ca9727bf3b29b /src/mongo/shell/explain_query.js
parent3bfcdd40ebcfa9786947213e47bf148655bab666 (diff)
downloadmongo-c45ad5a6a54f04270a6abc40d0d71104b8f9c21b.tar.gz
SERVER-44772 Add 'allowDiskUse()' function to explain cursors in shell
Diffstat (limited to 'src/mongo/shell/explain_query.js')
-rw-r--r--src/mongo/shell/explain_query.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/explain_query.js b/src/mongo/shell/explain_query.js
index 89a922e225a..c679683a421 100644
--- a/src/mongo/shell/explain_query.js
+++ b/src/mongo/shell/explain_query.js
@@ -94,6 +94,7 @@ var DBExplainQuery = (function() {
var delegationFuncNames = [
"addOption",
+ "allowDiskUse",
"batchSize",
"collation",
"comment",