Skip to content

Commit 204bb9c

Browse files
committed
Get rid of LogFlush() in InternalIterator
1 parent 19f5463 commit 204bb9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

db/db_impl.cc

-1
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,6 @@ Iterator* DBImpl::NewInternalIterator(const ReadOptions& options,
25592559
internal_iter->RegisterCleanup(CleanupIteratorState, cleanup, nullptr);
25602560

25612561
mutex_.Unlock();
2562-
LogFlush(options_.info_log);
25632562
return internal_iter;
25642563
}
25652564

0 commit comments

Comments
 (0)