We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2c6c1 commit eda5e00Copy full SHA for eda5e00
src/mongo/SConscript
@@ -423,7 +423,6 @@ env.Library("coredb", [
423
"db/querypattern.cpp",
424
"db/queryutil.cpp",
425
"db/stats/timer_stats.cpp",
426
- "db/stats/top.cpp",
427
"s/shardconnection.cpp",
428
]
429
+ tcmallocServerStatus
@@ -623,6 +622,7 @@ serverOnlyFiles = [ "db/curop.cpp",
623
622
"db/ops/update_lifecycle_impl.cpp",
624
625
# most commands are only for mongod
+ "db/stats/top.cpp",
626
"db/commands/apply_ops.cpp",
627
"db/commands/dbhash.cpp",
628
"db/commands/merge_chunks_cmd.cpp",
0 commit comments