mirror of
https://github.com/google/leveldb.git
synced 2025-04-25 14:00:27 +08:00
Merge ae8a46c492
into ac691084fd
This commit is contained in:
commit
92210c9704
@ -1319,6 +1319,8 @@ WriteBatch* DBImpl::BuildBatchGroup(Writer** last_writer) {
|
||||
WriteBatchInternal::Append(result, first->batch);
|
||||
}
|
||||
WriteBatchInternal::Append(result, w->batch);
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
*last_writer = w;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user