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
Merge branch 'develop' of github.com:pleblanc1976/storage-manager into develop
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user