diff options
Diffstat (limited to 'src/btree')
-rw-r--r-- | src/btree/bt_compact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_compact.c b/src/btree/bt_compact.c index 1821fad35ec..0503fa5e986 100644 --- a/src/btree/bt_compact.c +++ b/src/btree/bt_compact.c @@ -85,7 +85,7 @@ __wt_compact(WT_SESSION_IMPL *session, const char *cfg[]) bm = btree->bm; ref = NULL; block_manager_begin = 0; - + /* * Pages read for compaction aren't "useful"; don't update the read * generation of pages already in memory, and if a page is read, set |