diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-12-17 12:29:08 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-12-17 12:29:08 -0500 |
commit | 1df86bfb7aee39ee716e1c9f9a61fd10b51c3008 (patch) | |
tree | f9101be4e7ff989943928dfca81734a20f504763 /SConstruct | |
parent | 1dc735833671840d83dff4b8c47bcf4e9ed0b24c (diff) | |
download | mongo-1df86bfb7aee39ee716e1c9f9a61fd10b51c3008.tar.gz |
WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds the
underlying btree, correcting any imbalance.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 6a2b0497d15..914a7a137e1 100644 --- a/SConstruct +++ b/SConstruct @@ -290,6 +290,7 @@ wtbin = env.Program("wt", [ "src/utilities/util_misc.c", "src/utilities/util_printlog.c", "src/utilities/util_read.c", + "src/utilities/util_rebalance.c", "src/utilities/util_rename.c", "src/utilities/util_salvage.c", "src/utilities/util_stat.c", |