summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-12-17 12:29:08 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-12-17 12:29:08 -0500
commit1df86bfb7aee39ee716e1c9f9a61fd10b51c3008 (patch)
treef9101be4e7ff989943928dfca81734a20f504763 /build_posix
parent1dc735833671840d83dff4b8c47bcf4e9ed0b24c (diff)
downloadmongo-1df86bfb7aee39ee716e1c9f9a61fd10b51c3008.tar.gz
WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds the
underlying btree, correcting any imbalance.
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/Make.base1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base
index 3037d70528a..4efbe3f76c3 100644
--- a/build_posix/Make.base
+++ b/build_posix/Make.base
@@ -31,6 +31,7 @@ wt_SOURCES =\
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 \