You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Fixed the fix.
Actually need to rename the file after you pick a new name for it LOL!
This commit is contained in:
@ -77,7 +77,6 @@ class MetadataFile
|
||||
// removes p from the json cache. p should be a fully qualified metadata file
|
||||
static void deletedMeta(const boost::filesystem::path &p);
|
||||
|
||||
// TBD: this may have to go; there may be no use case where only the uuid needs to change.
|
||||
static std::string getNewKeyFromOldKey(const std::string &oldKey, size_t length=0);
|
||||
static std::string getNewKey(std::string sourceName, size_t offset, size_t length);
|
||||
static off_t getOffsetFromKey(const std::string &key);
|
||||
|
Reference in New Issue
Block a user