1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-18 13:54:11 +03:00

Modify write to correctly set length on new object creation.

This commit is contained in:
Ben Thompson
2019-05-29 10:01:20 -05:00
parent b85030b164
commit a817b170d3
3 changed files with 18 additions and 5 deletions

View File

@@ -69,6 +69,7 @@ class MetadataFile
// breaks a key into its consitituent fields
static void breakout(const std::string &key, std::vector<std::string> &out);
off_t getMetadataNewObjectOffset();
// this will be a singleton, which stores the config used
// by all MetadataFile instances so we don't have to keep bothering Config.
// members are public b/c i don't want to write accessors right now. Also who cares.