diff options
author | Keith Bostic <keith@wiredtiger.com> | 2016-04-16 08:33:58 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2016-04-16 08:33:58 -0400 |
commit | c5bac1fb3cfad4268c1a91064c128438ad564079 (patch) | |
tree | 0374b8c185ca00813d23d285d5349ba27e7e4b74 | |
parent | 3bec9a933e721ba7c0cfb8d3f7f96be021ff1f58 (diff) | |
download | mongo-c5bac1fb3cfad4268c1a91064c128438ad564079.tar.gz |
WT-2557: format test program should discard log files after incremental backup
KNF
-rw-r--r-- | test/format/backup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/format/backup.c b/test/format/backup.c index 6860d88c602..977b44c2e11 100644 --- a/test/format/backup.c +++ b/test/format/backup.c @@ -159,9 +159,7 @@ backup(void *arg) testutil_check(backup_cursor->close(backup_cursor)); testutil_check(pthread_rwlock_unlock(&g.backup_lock)); - /* - * After an incremental backup, truncate the log files. - */ + /* After an incremental backup, truncate the log files. */ if (incremental) testutil_check(session->truncate( session, "log:", backup_cursor, NULL, NULL)); |