summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context_d.h
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2015-05-21 21:03:59 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2015-05-21 21:03:59 -0400
commit38862aaa17e06e5e6733598bbb487774cb3616f7 (patch)
tree4d6ea9734ac77ae12d27700edc740ca0817ed7b3 /src/mongo/db/service_context_d.h
parent505fc620e9086a9749a1664c4fd6d315a731616a (diff)
downloadmongo-38862aaa17e06e5e6733598bbb487774cb3616f7.tar.gz
SERVER-17861 Change the default storage engine to wiredTiger.
WiredTiger is used as the default storage engine if the dbpath does not contain any data files. Otherwise, the storage engine specified in the storage.bson metadata file is used when the --storageEngine flag is omitted from the command line invocation.
Diffstat (limited to 'src/mongo/db/service_context_d.h')
-rw-r--r--src/mongo/db/service_context_d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/service_context_d.h b/src/mongo/db/service_context_d.h
index caa6ba17bdf..9437d37aa07 100644
--- a/src/mongo/db/service_context_d.h
+++ b/src/mongo/db/service_context_d.h
@@ -49,7 +49,7 @@ namespace mongo {
StorageEngine* getGlobalStorageEngine();
- void setGlobalStorageEngine(const std::string& name);
+ void initializeGlobalStorageEngine();
void shutdownGlobalStorageEngineCleanly();