summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/threadedtests.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-01-06 16:21:02 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-01-07 15:04:36 -0500
commit67c550459e416a9ec7eabe35e38c1fed9aeccb8f (patch)
treee44abef8854250ed04f6a8759f015d8f63ee3b90 /src/mongo/dbtests/threadedtests.cpp
parent8197195ce0faee1df316b2b45649cbc61dcf3ec8 (diff)
downloadmongo-67c550459e416a9ec7eabe35e38c1fed9aeccb8f.tar.gz
SERVER-16711 Do not require a non-empty intent set
This allows us to not have to write a bogus write intent just so we can keep the journaling system happy. The change in namespace_index.cpp is preparation for splitting the database creation work into two parts - file creation and on disk structure initialization.
Diffstat (limited to 'src/mongo/dbtests/threadedtests.cpp')
-rw-r--r--src/mongo/dbtests/threadedtests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/dbtests/threadedtests.cpp b/src/mongo/dbtests/threadedtests.cpp
index b952dd41f11..c317906edc6 100644
--- a/src/mongo/dbtests/threadedtests.cpp
+++ b/src/mongo/dbtests/threadedtests.cpp
@@ -50,8 +50,6 @@
#include "mongo/util/concurrency/synchronization.h"
#include "mongo/util/concurrency/ticketholder.h"
#include "mongo/util/log.h"
-#include "mongo/server.h"
-
namespace ThreadedTests {