Get rid of LogFlush() in InternalIterator
This commit is contained in:
parent
19f5463d3f
commit
204bb9cffd
@ -2559,7 +2559,6 @@ Iterator* DBImpl::NewInternalIterator(const ReadOptions& options,
|
||||
internal_iter->RegisterCleanup(CleanupIteratorState, cleanup, nullptr);
|
||||
|
||||
mutex_.Unlock();
|
||||
LogFlush(options_.info_log);
|
||||
return internal_iter;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user