You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-18 13:54:11 +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:
@@ -54,6 +54,7 @@ class MetadataFile
|
||||
void updateEntry(off_t offset, const std::string &newName, size_t newLength);
|
||||
void updateEntryLength(off_t offset, size_t newLength);
|
||||
metadataObject addMetadataObject(const char *filename, size_t length);
|
||||
const metadataObject &getEntry(off_t offset);
|
||||
void removeEntry(off_t offset);
|
||||
|
||||
// TBD: this may have to go; there may be no use case where only the uuid needs to change.
|
||||
|
||||
Reference in New Issue
Block a user