summaryrefslogtreecommitdiff
path: root/src/session/session_compact.c
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-04-01 07:11:40 +1100
committerAlex Gorrod <alexander.gorrod@mongodb.com>2017-04-01 07:11:40 +1100
commitaf735d14a603a6ef6256a6685f09ec13755a5024 (patch)
treeeaa614fc686c4681694fff78442027d390503288 /src/session/session_compact.c
parent16be8160ea3682f18df9bcc6d5addda0c0114137 (diff)
parent423f4e11050f7644b1a8d2b6b1cc60c35ef915c8 (diff)
downloadmongo-af735d14a603a6ef6256a6685f09ec13755a5024.tar.gz
Merge branch 'develop' into mongodb-3.6
Diffstat (limited to 'src/session/session_compact.c')
-rw-r--r--src/session/session_compact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session/session_compact.c b/src/session/session_compact.c
index 85214ae6d98..72c072e0fb8 100644
--- a/src/session/session_compact.c
+++ b/src/session/session_compact.c
@@ -210,7 +210,7 @@ __compact_checkpoint(WT_SESSION_IMPL *session)
* work we need to have done is done in the underlying block manager.
*/
const char *checkpoint_cfg[] = {
- WT_CONFIG_BASE(session, WT_SESSION_checkpoint), "force=1", NULL };
+ WT_CONFIG_BASE(session, WT_SESSION_checkpoint), "force=1", NULL };
/* Checkpoints take a lot of time, check if we've run out. */
WT_RET(__wt_session_compact_check_timeout(session));