summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/SConstruct
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2016-02-05 10:54:39 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2016-02-05 10:54:44 +1100
commit79a378bddf664714190dc9d0a34b1d8cd4951588 (patch)
tree7b19d89e84b6110112e7a347f0bff7ab423f7b7c /src/third_party/wiredtiger/SConstruct
parent66cd4ef95f4d5458678fcb772057e95b4ad5a26f (diff)
downloadmongo-79a378bddf664714190dc9d0a34b1d8cd4951588.tar.gz
Import wiredtiger-wiredtiger-2.7.0-592-gcc96d99.tar.gz from wiredtiger branch mongodb-3.4
ref: 7fea169..cc96d99 WT-60 Big endian port WT-2130 Improve on-disk page utlilization with random workloads WT-2215 WT_LSN needs to support atomic reads and updates WT-2295 WT_SESSION.create does a full-scan of the main table WT-2352 Allow build and test without requiring lz4 WT-2356 Log scan advances to next log file on partially written record WT-2363 Remove built in support for bzip2 WT-2368 Row-store can pass garbage keys to collator functions WT-2369 Use C compiler to detect headers instead of C++ compiler WT-2371 Parent split cannot access the page after page-index swap WT-2372 WiredTiger windows builder fails with C4005 against the "inline" macro WT-2377 WTPERF doesn't compile in Windows under MSVC WT-2378 Tasks time out on LSM builder SERVER-22388 WiredTiger changes for MongoDB 3.3.2 SERVER-22437 Coverity analysis defect 77704: Redundant test SERVER-22438 Coverity analysis defect 77705: Dereference before null check
Diffstat (limited to 'src/third_party/wiredtiger/SConstruct')
-rw-r--r--src/third_party/wiredtiger/SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/SConstruct b/src/third_party/wiredtiger/SConstruct
index 3f395d17543..a7306262f82 100644
--- a/src/third_party/wiredtiger/SConstruct
+++ b/src/third_party/wiredtiger/SConstruct
@@ -456,6 +456,7 @@ if useBdb:
t = env.Program("wtperf", [
"bench/wtperf/config.c",
+ "bench/wtperf/idle_table_cycle.c",
"bench/wtperf/misc.c",
"bench/wtperf/track.c",
"bench/wtperf/wtperf.c",