summaryrefslogtreecommitdiff
path: root/src/mongo/tools
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2019-03-26 14:52:22 -0400
committerGabriel Russell <gabriel.russell@mongodb.com>2019-04-01 10:58:33 -0400
commited4b53d7da596f9d0810e3b775e0eebc436ff890 (patch)
treec829e6e8f07f9e3444a93414451f5d09bec6cb04 /src/mongo/tools
parent1d8ddd2d2d480bc0b840b506c3630c82be8c09a2 (diff)
downloadmongo-ed4b53d7da596f9d0810e3b775e0eebc436ff890.tar.gz
SERVER-40265 build mongoed with wiredtier
* Also, updated a couple of KVStorageEngine::TimestampMonitor tasks to not create a opCtx if it already exists
Diffstat (limited to 'src/mongo/tools')
-rw-r--r--src/mongo/tools/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/tools/SConscript b/src/mongo/tools/SConscript
index 5daad550c6b..bb8047acf8d 100644
--- a/src/mongo/tools/SConscript
+++ b/src/mongo/tools/SConscript
@@ -45,6 +45,7 @@ mongoebench = yamlEnv.Program(
LIBDEPS=[
'$BUILD_DIR/mongo/db/dbdirectclient',
'$BUILD_DIR/mongo/db/storage/storage_options',
+ '$BUILD_DIR/mongo/db/storage/wiredtiger/storage_wiredtiger',
'$BUILD_DIR/mongo/embedded/embedded',
'$BUILD_DIR/mongo/embedded/embedded_integration_helpers',
'$BUILD_DIR/mongo/shell/benchrun',