1
0
mirror of https://github.com/google/leveldb.git synced 2025-04-25 14:00:27 +08:00
This commit is contained in:
Yan Shiguang 2025-02-27 20:04:38 +08:00 committed by GitHub
commit 92210c9704
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}