You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-15 12:09:09 +03:00
Changed the mergeJournal* usage under the assumption that the
metadata contains the merged length, not the object's unmerged length.
This commit is contained in:
@@ -301,6 +301,11 @@ int MetadataFile::writeMetadata(const char *filename)
|
||||
return error;
|
||||
}
|
||||
|
||||
const metadataObject & MetadataFile::getEntry(off_t offset)
|
||||
{
|
||||
return *(mObjects.find(offset));
|
||||
}
|
||||
|
||||
void MetadataFile::removeEntry(off_t offset)
|
||||
{
|
||||
mObjects.erase(offset);
|
||||
|
||||
Reference in New Issue
Block a user