diff options
author | Sophie Saskin <sophie.saskin@mongodb.com> | 2019-12-06 22:22:38 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-12-06 22:22:38 +0000 |
commit | c45ad5a6a54f04270a6abc40d0d71104b8f9c21b (patch) | |
tree | ca680894240ff482b5f4ab17fa3ca9727bf3b29b /src/mongo/shell/explain_query.js | |
parent | 3bfcdd40ebcfa9786947213e47bf148655bab666 (diff) | |
download | mongo-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.js | 1 |
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", |