summaryrefslogtreecommitdiff
path: root/jstests/multiVersion/mixed_storage_version_replication.js
diff options
context:
space:
mode:
authorRamon Fernandez <ramon.fernandez@mongodb.com>2015-01-15 15:06:22 -0500
committerRamon Fernandez <ramon.fernandez@mongodb.com>2015-01-15 16:50:58 -0500
commit85fcc6daad585196ce69f1868f8283e0d92388be (patch)
tree837bb2e1dfd8df56318febfcf2a7454d2389292a /jstests/multiVersion/mixed_storage_version_replication.js
parent34cc34baff2345d6356b152e6aac4a8eed5b1d41 (diff)
downloadmongo-85fcc6daad585196ce69f1868f8283e0d92388be.tar.gz
SERVER-16811 Register wiredTiger factory once.
This change removes support for the use of the "wiredtiger" name (note lowercase t) for the Wired Tiger storage engine. From now on only the "wiredTiger" name is supported.
Diffstat (limited to 'jstests/multiVersion/mixed_storage_version_replication.js')
-rw-r--r--jstests/multiVersion/mixed_storage_version_replication.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/multiVersion/mixed_storage_version_replication.js b/jstests/multiVersion/mixed_storage_version_replication.js
index 980aa88018e..601aa48388f 100644
--- a/jstests/multiVersion/mixed_storage_version_replication.js
+++ b/jstests/multiVersion/mixed_storage_version_replication.js
@@ -515,7 +515,7 @@ function doMultiThreadedWork(primary, numThreads) {
var oldVersion = "2.6";
var newVersion = "latest";
var setups = [{binVersion: newVersion, storageEngine: 'mmapv1'},
- {binVersion: newVersion, storageEngine: 'wiredtiger'},
+ {binVersion: newVersion, storageEngine: 'wiredTiger'},
{binVersion: oldVersion}
];
var nodes = {};