summaryrefslogtreecommitdiff
path: root/src/mongo/shell
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2015-05-27 08:49:03 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2015-05-27 08:49:03 -0400
commit12d9dea1912757d703d60473baf37a5dc79a8883 (patch)
tree4547914015f99a227c47a646c45874ed7a17cd8d /src/mongo/shell
parenta335b35b2e95538220941960764e6f60136b3973 (diff)
downloadmongo-12d9dea1912757d703d60473baf37a5dc79a8883.tar.gz
Revert "SERVER-17861 Change the default storage engine to wiredTiger."
This reverts commit a335b35b2e95538220941960764e6f60136b3973.
Diffstat (limited to 'src/mongo/shell')
-rwxr-xr-xsrc/mongo/shell/servers.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/shell/servers.js b/src/mongo/shell/servers.js
index 1da9db35ffe..c4ec1491a1f 100755
--- a/src/mongo/shell/servers.js
+++ b/src/mongo/shell/servers.js
@@ -882,7 +882,6 @@ startMongoProgram = function(){
runMongoProgram = function() {
var args = argumentsToArray( arguments );
- args = appendSetParameterArgs(args);
var progName = args[0];
if ( jsTestOptions().auth ) {
@@ -908,7 +907,6 @@ runMongoProgram = function() {
// command line arguments to the program. Returns pid of the spawned program.
startMongoProgramNoConnect = function() {
var args = argumentsToArray( arguments );
- args = appendSetParameterArgs(args);
var progName = args[0];
if ( jsTestOptions().auth ) {