0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-18872 ESE Change the name of the internal WT metadata table

This commit is contained in:
Andreas Nilsson 2015-08-10 12:40:15 -04:00
parent 7d7631c61a
commit ffe4c655d0

View File

@ -116,7 +116,7 @@ WiredTigerKVEngine::WiredTigerKVEngine(const std::string& path,
ss << "checkpoint=(wait=" << wiredTigerGlobalOptions.checkpointDelaySecs;
ss << ",log_size=2GB),";
ss << "statistics_log=(wait=" << wiredTigerGlobalOptions.statisticsLogDelaySecs << "),";
ss << WiredTigerCustomizationHooks::get(getGlobalServiceContext())->getOpenConfig("metadata");
ss << WiredTigerCustomizationHooks::get(getGlobalServiceContext())->getOpenConfig("system");
ss << extraOpenOptions;
if (!_durable) {
// If we started without the journal, but previously used the journal then open with the